Searched refs:aPostfix (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/chart2/source/controller/itemsetwrapper/ |
H A D | CharacterPropertyItemConverter.cxx | 137 ::rtl::OUString aPostfix; in FillSpecialItem() 139 aPostfix = C2U( "Asian" ); in FillSpecialItem() 230 ::rtl::OUString aPostfix; in FillSpecialItem() 232 aPostfix = C2U( "Asian" ); in FillSpecialItem() 251 ::rtl::OUString aPostfix; in FillSpecialItem() 253 aPostfix = C2U( "Asian" ); in FillSpecialItem() 272 ::rtl::OUString aPostfix; in FillSpecialItem() 342 ::rtl::OUString aPostfix; in ApplySpecialItem() 467 ::rtl::OUString aPostfix; in ApplySpecialItem() 492 ::rtl::OUString aPostfix; in ApplySpecialItem() [all …]
|
/aoo42x/main/cui/source/options/ |
H A D | cfgchart.cxx | 123 String aPrefix, aPostfix, aName; in useDefault() local 128 aPostfix = String( aResName, nPos + sizeof( "$(ROW)" ) - 1, STRING_LEN ); in useDefault() 137 aName.Append( aPostfix ); in useDefault() 213 String aPrefix, aPostfix, aName; in RetrieveOptions() local 218 aPostfix = String( aResName, nPos + sizeof( "$(ROW)" ) - 1, STRING_LEN ); in RetrieveOptions() 230 aName.Append( aPostfix ); in RetrieveOptions()
|
/aoo42x/main/svtools/source/dialogs/ |
H A D | filedlg2.cxx | 1290 UniString aPostfix; // hier kommt die ausgesuchte Extension herein in ExtendFileName() local 1308 aPostfix = aExtension; in ExtendFileName() 1313 aPostfix.Erase(); in ExtendFileName() 1319 aPostfix.Erase(); in ExtendFileName() 1325 aPostfix = GetFileDialog()->GetDefaultExt(); in ExtendFileName() 1329 const sal_Unicode* pExt = aPostfix.GetBuffer(); in ExtendFileName()
|
/aoo42x/main/xmloff/source/chart/ |
H A D | SchXMLTools.cxx | 322 OUString aPrefix, aPostfix; in getTokenByChartType() local 327 aPostfix = OUString( RTL_CONSTASCII_USTRINGPARAM("Diagram")); in getTokenByChartType() 332 aPostfix = OUString( RTL_CONSTASCII_USTRINGPARAM("ChartType")); in getTokenByChartType() 339 sal_Int32 nTypeLength = rChartTypeService.getLength() - nSkip - aPostfix.getLength(); in getTokenByChartType() 341 if( nTypeLength > 0 && rChartTypeService.match( aPostfix, nSkip + nTypeLength )) in getTokenByChartType()
|
/aoo42x/main/svx/source/fmcomp/ |
H A D | fmgridcl.cxx | 575 String aPostfix[] = { variable 582 sPurePostfix = aPostfix[i];
|
Completed in 38 milliseconds