Home
last modified time | relevance | path

Searched refs:aFormatName (Results 1 – 9 of 9) sorted by relevance

/aoo42x/main/sc/source/ui/miscdlgs/
H A Dscuiautofmt.cxx250 String aFormatName; in IMPL_LINK() local
259 aFormatName, in IMPL_LINK()
264 pDlg->GetInputString( aFormatName ); in IMPL_LINK()
266 if ( (aFormatName.Len() > 0) && (aFormatName != aStrStandard) ) in IMPL_LINK()
271 pNewData->SetName( aFormatName ); in IMPL_LINK()
366 aFormatName, in IMPL_LINK()
371 pDlg->GetInputString( aFormatName ); in IMPL_LINK()
374 if ( aFormatName.Len() > 0 ) in IMPL_LINK()
379 if ( aEntry== aFormatName) in IMPL_LINK()
394 pNewData->SetName( aFormatName ); in IMPL_LINK()
[all …]
/aoo42x/main/sw/source/ui/table/
H A Dtautofmt.cxx368 String aFormatName; in IMPL_LINK() local
369 pDlg->GetInputString( aFormatName ); in IMPL_LINK()
371 if( aFormatName.Len() > 0 ) in IMPL_LINK()
375 if( (*pTableTbl)[n]->GetName() == aFormatName ) in IMPL_LINK()
383 SwTableAutoFmt( aFormatName ); in IMPL_LINK()
388 if( (*pTableTbl)[ n ]->GetName() > aFormatName ) in IMPL_LINK()
472 String aFormatName; in IMPL_LINK() local
473 pDlg->GetInputString( aFormatName ); in IMPL_LINK()
475 if ( aFormatName.Len() > 0 ) in IMPL_LINK()
479 if ((*pTableTbl)[n]->GetName() == aFormatName) in IMPL_LINK()
[all …]
/aoo42x/main/lingucomponent/source/lingutil/
H A Dlingutil.cxx115 rtl::OUString aFormatName; in GetOldStyleDics() local
124 aFormatName = A2OU("DICT_SPELL"); in GetOldStyleDics()
133 aFormatName = A2OU("DICT_HYPH"); in GetOldStyleDics()
143 aFormatName = A2OU("DICT_THES"); in GetOldStyleDics()
153 if (aFormatName.getLength() == 0 || aDicExtension.Len() == 0) in GetOldStyleDics()
199 aDicEntry.aFormatName = aFormatName; in GetOldStyleDics()
/aoo42x/main/package/source/xstor/
H A Dxfactory.cxx212 ::rtl::OUString aFormatName; in createInstanceWithArguments()
214 if ( aDescr[nInd].Value >>= aFormatName ) in createInstanceWithArguments()
216 if ( aFormatName.equals( PACKAGE_STORAGE_FORMAT_STRING ) ) in createInstanceWithArguments()
218 else if ( aFormatName.equals( ZIP_STORAGE_FORMAT_STRING ) ) in createInstanceWithArguments()
220 else if ( aFormatName.equals( OFOPXML_STORAGE_FORMAT_STRING ) ) in createInstanceWithArguments()
/aoo42x/main/unotools/source/config/
H A Dlingucfg.cxx1128 rtl::OUString aFormatName; in GetDictionaryEntry() local
1131 (xNA->getByName( aG_Format ) >>= aFormatName) && in GetDictionaryEntry()
1134 DBG_ASSERT( aFormatName.getLength(), "Dictionary format name not set" ); in GetDictionaryEntry()
1153 rDicEntry.aFormatName = aFormatName; in GetDictionaryEntry()
1179 …DBG_ASSERT( rDicEntry.aFormatName.getLength(), "Applying empty dictionary format name. Really corr… in SetOrCreateDictionaryEntry()
1184 xNR->replaceByName( aG_Format, uno::makeAny( rDicEntry.aFormatName ) ); in SetOrCreateDictionaryEntry()
1254 aDicEntry.aFormatName == rFormatName) in GetActiveDictionariesByFormat()
1267 DBG_ASSERT( aDicEntry.aFormatName.getLength(), in GetActiveDictionariesByFormat()
/aoo42x/main/sfx2/source/appl/
H A Dopengrf.cxx175 String aFormatName(pFilter->GetImportFormatName(nFound)); in Execute() local
176 SetCurrentFilter(aFormatName); in Execute()
/aoo42x/main/package/source/package/zippackage/
H A DZipPackage.cxx705 ::rtl::OUString aFormatName; in initialize()
707 if ( aNamedValue.Value >>= aFormatName ) in initialize()
709 if ( aFormatName.equals( PACKAGE_STORAGE_FORMAT_STRING ) ) in initialize()
711 else if ( aFormatName.equals( ZIP_STORAGE_FORMAT_STRING ) ) in initialize()
713 else if ( aFormatName.equals( OFOPXML_STORAGE_FORMAT_STRING ) ) in initialize()
/aoo42x/main/unotools/inc/unotools/
H A Dlingucfg.hxx145 rtl::OUString aFormatName; member
/aoo42x/main/svx/sdi/
H A Dsvx.sdi388 (SfxStringItem aFormatName SID_AUTOFORMAT)

Completed in 76 milliseconds