Advertisement
anuragjain

Grep for Strings.hrc

Nov 12th, 2011
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.87 KB | None | 0 0
  1. anurag@anurag-laptop:~/lo/core$ git grep Strings.hrc
  2. chart2/source/controller/accessibility/AccessibleChartView.cxx:#include "Strings.hrc"
  3. chart2/source/controller/dialogs/ChartTypeDialogController.cxx:#include "Strings.hrc"
  4. chart2/source/controller/dialogs/DataBrowser.cxx:#include "Strings.hrc"
  5. chart2/source/controller/dialogs/DialogModel.cxx:#include "Strings.hrc"
  6. chart2/source/controller/dialogs/ObjectNameProvider.cxx:#include "Strings.hrc"
  7. chart2/source/controller/dialogs/RangeSelectionButton.cxx:#include "Strings.hrc"
  8. chart2/source/controller/dialogs/ResourceIds.hrc://for strings see Strings.hrc
  9. chart2/source/controller/dialogs/Strings.src:#include "Strings.hrc"
  10. chart2/source/controller/dialogs/Strings_AdditionalControls.src:#include "Strings.hrc"
  11. chart2/source/controller/dialogs/Strings_ChartTypes.src:#include "Strings.hrc"
  12. chart2/source/controller/dialogs/Strings_Scale.src:#include "Strings.hrc"
  13. chart2/source/controller/dialogs/Strings_Statistic.src:#include "Strings.hrc"
  14. chart2/source/controller/dialogs/TextDirectionListBox.cxx:#include "Strings.hrc"
  15. chart2/source/controller/dialogs/dlg_ChartType.cxx:#include "Strings.hrc"
  16. chart2/source/controller/dialogs/dlg_CreationWizard.cxx:#include "Strings.hrc"
  17. chart2/source/controller/dialogs/dlg_DataEditor.cxx:#include "Strings.hrc"
  18. chart2/source/controller/dialogs/dlg_DataEditor.cxx:#include "Strings.hrc"
  19. chart2/source/controller/dialogs/dlg_DataSource.cxx:#include "Strings.hrc"
  20. chart2/source/controller/dialogs/dlg_InsertErrorBars.cxx:#include "Strings.hrc"
  21. chart2/source/controller/dialogs/dlg_InsertTrendline.cxx:#include "Strings.hrc"
  22. chart2/source/controller/dialogs/dlg_ObjectProperties.cxx:#include "Strings.hrc"
  23. chart2/source/controller/dialogs/dlg_View3D.cxx:#include "Strings.hrc"
  24. chart2/source/controller/dialogs/res_BarGeometry.cxx:#include "Strings.hrc"
  25. chart2/source/controller/dialogs/res_DataLabel.cxx:#include "Strings.hrc"
  26. chart2/source/controller/dialogs/res_ErrorBar.cxx:#include "Strings.hrc"
  27. chart2/source/controller/dialogs/res_LegendPosition.cxx:#include "Strings.hrc"
  28. chart2/source/controller/dialogs/res_TextSeparator.cxx:#include "Strings.hrc"
  29. chart2/source/controller/dialogs/res_Trendline.cxx:#include "Strings.hrc"
  30. chart2/source/controller/dialogs/tp_3D_SceneAppearance.cxx:#include "Strings.hrc"
  31. chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx:#include "Strings.hrc"
  32. chart2/source/controller/dialogs/tp_AxisPositions.cxx:#include "Strings.hrc"
  33. chart2/source/controller/dialogs/tp_ChartType.cxx:#include "Strings.hrc"
  34. chart2/source/controller/dialogs/tp_DataSource.cxx:#include "Strings.hrc"
  35. chart2/source/controller/dialogs/tp_RangeChooser.cxx:#include "Strings.hrc"
  36. chart2/source/controller/dialogs/tp_Scale.cxx:#include "Strings.hrc"
  37. chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.cxx:#include "Strings.hrc"
  38. chart2/source/controller/main/ChartController.cxx:#include "Strings.hrc"
  39. chart2/source/controller/main/ChartController_EditData.cxx:#include "Strings.hrc"
  40. chart2/source/controller/main/ChartController_Insert.cxx:#include "Strings.hrc"
  41. chart2/source/controller/main/ChartController_Position.cxx:#include "Strings.hrc"
  42. chart2/source/controller/main/ChartController_Properties.cxx:#include "Strings.hrc"
  43. chart2/source/controller/main/ChartController_TextEdit.cxx:#include "Strings.hrc"
  44. chart2/source/controller/main/ChartController_Tools.cxx:#include "Strings.hrc"
  45. chart2/source/controller/main/ChartController_Window.cxx:#include "Strings.hrc"
  46. chart2/source/controller/main/DragMethod_Base.cxx:#include "Strings.hrc"
  47. chart2/source/controller/main/DragMethod_PieSegment.cxx:#include "Strings.hrc"
  48. chart2/source/controller/main/ElementSelector.cxx:#include "Strings.hrc"
  49. chart2/source/tools/InternalData.cxx:#include "Strings.hrc"
  50. chart2/source/tools/RegressionCurveHelper.cxx:#include "Strings.hrc"
  51. chart2/source/view/charttypes/VSeriesPlotter.cxx:#include "Strings.hrc"
  52.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement