Lines Matching refs:C2U

60 static OUString m_aMultiClick( C2U("MultiClick") );
61 static OUString m_aDragMethodEquals( C2U("DragMethod=") );
62 static OUString m_aDragParameterEquals( C2U("DragParameter=") );
63 static OUString m_aProtocol( C2U("CID/") );
65 static OUString m_aPieSegmentDragMethodServiceName( C2U("PieSegmentDraging") );
112 ( TitleHelper::MAIN_TITLE, C2U("") ) in lcl_getTitleMap()
113 ( TitleHelper::SUB_TITLE, C2U("D=0") ) in lcl_getTitleMap()
114 ( TitleHelper::X_AXIS_TITLE, C2U("D=0:CS=0:Axis=0,0") ) in lcl_getTitleMap()
115 ( TitleHelper::Y_AXIS_TITLE, C2U("D=0:CS=0:Axis=1,0") ) in lcl_getTitleMap()
116 ( TitleHelper::Z_AXIS_TITLE, C2U("D=0:CS=0:Axis=2,0") ) in lcl_getTitleMap()
117 ( TitleHelper::SECONDARY_X_AXIS_TITLE, C2U("D=0:CS=0:Axis=0,1") ) in lcl_getTitleMap()
118 ( TitleHelper::SECONDARY_Y_AXIS_TITLE, C2U("D=0:CS=0:Axis=1,1") ) in lcl_getTitleMap()
200 rnDiagram = lcl_StringToIndex( lcl_getIndexStringAfterString( rString, C2U("D=") ) ); in lcl_parseCooSysIndices()
201 rnCooSys = lcl_StringToIndex( lcl_getIndexStringAfterString( rString, C2U("CS=") ) ); in lcl_parseCooSysIndices()
206 OUString aAxisIndexString = lcl_getIndexStringAfterString( rString, C2U(":Axis=") ); in lcl_parseAxisIndices()
215 … rnSubGridIndex = lcl_StringToIndex( lcl_getIndexStringAfterString( rString, C2U(":SubGrid=") ) ); in lcl_parseGridIndices()
220 rnChartTypeIndex = lcl_StringToIndex( lcl_getIndexStringAfterString( rString, C2U("CT=") ) ); in lcl_parseSeriesIndices()
221 rnSeriesIndex = lcl_StringToIndex( lcl_getIndexStringAfterString( rString, C2U("Series=") ) ); in lcl_parseSeriesIndices()
222 rnPointIndex = lcl_StringToIndex( lcl_getIndexStringAfterString( rString, C2U("Point=") ) ); in lcl_parseSeriesIndices()
458 static OUString aRet(C2U("D=0")); in createParticleForDiagram()
495 OUStringBuffer aRet(C2U("Axis=")); in createParticleForAxis()
508 OUStringBuffer aRet(C2U("Axis=")); in createParticleForGrid()
512 aRet.append( C2U(":Grid=0") ); in createParticleForGrid()
831 aRet=C2U("Page"); in getStringForType()
834 aRet=C2U("Title"); in getStringForType()
837 aRet=C2U("Legend"); in getStringForType()
840 aRet=C2U("LegendEntry"); in getStringForType()
843 aRet=C2U("D"); in getStringForType()
846 aRet=C2U("DiagramWall"); in getStringForType()
849 aRet=C2U("DiagramFloor"); in getStringForType()
852 aRet=C2U("Axis"); in getStringForType()
855 aRet=C2U("AxisUnitLabel"); in getStringForType()
858 aRet=C2U("Grid"); in getStringForType()
861 aRet=C2U("SubGrid"); in getStringForType()
864 aRet=C2U("Series"); in getStringForType()
867 aRet=C2U("Point"); in getStringForType()
870 aRet=C2U("DataLabels"); in getStringForType()
873 aRet=C2U("DataLabel"); in getStringForType()
876 aRet=C2U("Errors"); in getStringForType()
879 aRet=C2U("ErrorsX"); in getStringForType()
882 aRet=C2U("ErrorsY"); in getStringForType()
885 aRet=C2U("ErrorsZ"); in getStringForType()
888 aRet=C2U("Curve"); in getStringForType()
891 aRet=C2U("Equation"); in getStringForType()
894 aRet=C2U("Average"); in getStringForType()
897 aRet=C2U("StockRange"); in getStringForType()
900 aRet=C2U("StockLoss"); in getStringForType()
903 aRet=C2U("StockGain"); in getStringForType()
927 if( rCID.match(C2U("Page"),nLastSign) ) in getObjectType()
929 else if( rCID.match(C2U("Title"),nLastSign) ) in getObjectType()
931 else if( rCID.match(C2U("LegendEntry"),nLastSign) ) in getObjectType()
933 else if( rCID.match(C2U("Legend"),nLastSign) ) in getObjectType()
935 else if( rCID.match(C2U("DiagramWall"),nLastSign) ) in getObjectType()
937 else if( rCID.match(C2U("DiagramFloor"),nLastSign) ) in getObjectType()
939 else if( rCID.match(C2U("D="),nLastSign) ) in getObjectType()
941 else if( rCID.match(C2U("AxisUnitLabel"),nLastSign) ) in getObjectType()
943 else if( rCID.match(C2U("Axis"),nLastSign) ) in getObjectType()
945 else if( rCID.match(C2U("Grid"),nLastSign) ) in getObjectType()
947 else if( rCID.match(C2U("SubGrid"),nLastSign) ) in getObjectType()
949 else if( rCID.match(C2U("Series"),nLastSign) ) in getObjectType()
951 else if( rCID.match(C2U("Point"),nLastSign) ) in getObjectType()
953 else if( rCID.match(C2U("DataLabels"),nLastSign) ) in getObjectType()
955 else if( rCID.match(C2U("DataLabel"),nLastSign) ) in getObjectType()
957 else if( rCID.match(C2U("ErrorsX"),nLastSign) ) in getObjectType()
959 else if( rCID.match(C2U("ErrorsY"),nLastSign) ) in getObjectType()
961 else if( rCID.match(C2U("ErrorsZ"),nLastSign) ) in getObjectType()
963 else if( rCID.match(C2U("Errors"),nLastSign) ) in getObjectType()
965 else if( rCID.match(C2U("Curve"),nLastSign) ) in getObjectType()
967 else if( rCID.match(C2U("Equation"),nLastSign) ) in getObjectType()
969 else if( rCID.match(C2U("Average"),nLastSign) ) in getObjectType()
971 else if( rCID.match(C2U("StockRange"),nLastSign) ) in getObjectType()
973 else if( rCID.match(C2U("StockLoss"),nLastSign) ) in getObjectType()
975 else if( rCID.match(C2U("StockGain"),nLastSign) ) in getObjectType()
1042 OUString aIndexString = lcl_getIndexStringAfterString( rParticleOrCID, C2U("=") ); in getIndexFromParticleOrCID()
1055 aChildParticle+=(C2U("=")); in createSeriesSubObjectStub()
1243 xSeriesProp->getPropertyValue( C2U( "ErrorBarY" )) >>= xErrorBarProp; in getObjectPropertySet()
1283 … xChartTypeProps->getPropertyValue( C2U( "BlackDay" ) ) >>= xObjectProperties; in getObjectPropertySet()
1291 … xChartTypeProps->getPropertyValue( C2U( "WhiteDay" ) ) >>= xObjectProperties; in getObjectPropertySet()
1393 …sal_Int32 nDiagramIndex = lcl_StringToIndex( lcl_getIndexStringAfterString( rObjectCID, C2U("CID/D… in getMovedSeriesCID()
1394 …sal_Int32 nCooSysIndex = lcl_StringToIndex( lcl_getIndexStringAfterString( rObjectCID, C2U("CS=") … in getMovedSeriesCID()
1395 …sal_Int32 nChartTypeIndex = lcl_StringToIndex( lcl_getIndexStringAfterString( rObjectCID, C2U("CT=… in getMovedSeriesCID()
1396 …sal_Int32 nSeriesIndex = lcl_StringToIndex( lcl_getIndexStringAfterString( rObjectCID, C2U("Series… in getMovedSeriesCID()