Home
last modified time | relevance | path

Searched refs:aPostfix (Results 1 – 5 of 5) sorted by relevance

/trunk/main/chart2/source/controller/itemsetwrapper/
H A DCharacterPropertyItemConverter.cxx137 ::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 …]
/trunk/main/cui/source/options/
H A Dcfgchart.cxx123 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()
/trunk/main/svtools/source/dialogs/
H A Dfiledlg2.cxx1290 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()
/trunk/main/xmloff/source/chart/
H A DSchXMLTools.cxx322 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()
/trunk/main/svx/source/fmcomp/
H A Dfmgridcl.cxx575 String aPostfix[] = { variable
582 sPurePostfix = aPostfix[i];

Completed in 56 milliseconds