Home
last modified time | relevance | path

Searched refs:mxFormats (Results 1 – 3 of 3) sorted by relevance

/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx3205 mxFormats = cfg().createNameList< ConstList >( "FORMATS" ); in initializePerSheet()
3206 mxFormats->includeList( cfg().getNameList( "BUILTIN-FORMATS" ) ); in initializePerSheet()
3240 return dumpDec< sal_uInt16, sal_uInt8 >( getBiff() >= BIFF5, rName( "fmt-idx" ), mxFormats ); in dumpFormatIdx()
3391 dumpDec< sal_uInt8 >( "fmt-idx", mxFormats ); in dumpCfRuleProp()
3584 dumpDec< sal_uInt16 >( "fmt-idx", mxFormats ); in dumpDxfProp()
3715 mxFormats->setName( nFormatIdx, aFormat ); in dumpFormatRec()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx505 uno::Reference< util::XNumberFormats > mxFormats; member in NumFormatHelper
511 mxFormats = mxSupplier->getNumberFormats(); in NumFormatHelper()
519 if ( mxFormats.is() ) in getNumberProps()
520 return mxFormats->getByKey( nIndexKey ); in getNumberProps()
582 nNewIndex = mxFormats->queryKey( rFormat, aLocale, false ); in setNumberFormat()
584 nNewIndex = mxFormats->addNew( rFormat, aLocale ); in setNumberFormat()
595 uno::Reference<util::XNumberFormatTypes> xTypes( mxFormats, uno::UNO_QUERY ); in setNumberFormat()
/trunk/main/oox/inc/oox/dump/
H A Dbiffdumper.hxx495 NameListRef mxFormats; member in oox::dump::biff::WorkbookStreamObject

Completed in 72 milliseconds