Lines Matching refs:cfg
177 OUString aGuid = cfg().getStringOption( dumpGuid( "moniker" ), OUString() ); in dumpGuidAndMoniker()
383 mxPropIds = cfg().createNameList< ConstList >( "OLEPROP-IDS" ); in dumpSection()
384 OUString aGuidName = cfg().getStringOption( rGuid, OUString() ); in dumpSection()
386 mxPropIds->includeList( cfg().getNameList( "OLEPROP-GLOBALIDS" ) ); in dumpSection()
388 mxPropIds->includeList( cfg().getNameList( "OLEPROP-BUILTINIDS" ) ); in dumpSection()
390 mxPropIds->includeList( cfg().getNameList( "OLEPROP-BASEIDS" ) ); in dumpSection()
446 cfg().eraseNameList( "OLEPROP-IDS" ); in dumpSection()
569 OUString aPropName = mxPropIds->getName( cfg(), nPropId ); in dumpBlob()
776 OUString aClassName = cfg().getStringOption( dumpGuid(), OUString() ); in dumpComCtlComplex()
784 OUString aClassName = cfg().getStringOption( dumpGuid(), OUString() ); in dumpComCtlComplex()
1122 return cfg().getName( mxPropNames, mnCurrProp ); in getPropertyName()
1230 mxPropNames = cfg().getNameList( rPropNameList ); in constructAxPropObj()
1298 *aIt->mpItemValue = cfg().getStringOption( aGuid, OUString() ); in dumpLargeProperties()
1338 OUString aClassName = cfg().getStringOption( dumpGuid(), OUString() ); in dumpLargeProperties()
1650 maProgId = cfg().getStringOption( dumpGuid(), OUString() ); in implDump()
1790 if( cfg().hasName( "VBA-FORMSITE-CLASSNAMES", nIndex ) ) in implDumpShortProperties()
1791 aSiteInfo.maProgId = cfg().getName( "VBA-FORMSITE-CLASSNAMES", nIndex ); in implDumpShortProperties()