Home
last modified time | relevance | path

Searched refs:hasName (Results 1 – 8 of 8) sorted by relevance

/aoo4110/main/configmgr/source/
H A Dxcsparser.cxx351 bool hasName = false; in handleComponentSchema() local
376 if (hasName) { in handleComponentSchema()
397 if (!hasName) { in handleComponentSchema()
410 bool hasName = false; in handleNodeRef() local
437 if (!hasName) { in handleNodeRef()
464 bool hasName = false; in handleProp() local
495 if (!hasName) { in handleProp()
552 bool hasName = false; in handleGroup() local
572 if (!hasName) { in handleGroup()
591 bool hasName = false; in handleSet() local
[all …]
H A Dxcuparser.cxx273 bool hasName = false; in handleComponentData() local
300 if (hasName) { in handleComponentData()
308 hasName = true; in handleComponentData()
329 if (!hasName) { in handleComponentData()
656 bool hasName = false; in handleGroupProp() local
670 hasName = true; in handleGroupProp()
686 if (!hasName) { in handleGroupProp()
885 bool hasName = false; in handleGroupNode() local
910 if (!hasName) { in handleGroupNode()
955 bool hasName = false; in handleSetNode() local
[all …]
/aoo4110/main/jurt/com/sun/star/comp/bridgefactory/
H A DBridgeFactory.java106 boolean hasName = sName.length() != 0; in createBridge()
107 Object context = hasName ? sName : new UniqueToken(); in createBridge()
115 if (hasName) { in createBridge()
130 …IBridge iBridge = UnoRuntime.getBridgeByName("java", context, "remote", context, hasName ? new Obj… in createBridge()
/aoo4110/main/oox/inc/oox/dump/
H A Ddumperbase.hxx652 inline bool hasName( Type nKey ) const in hasName() function in oox::dump::NameListBase
1012 bool hasName( const NameListWrapper& rListWrp, Type nKey ) const;
1066 bool Config::hasName( const NameListWrapper& rListWrp, Type nKey ) const in hasName() function in oox::dump::Config
1069 return xList.get() && xList->hasName( nKey ); in hasName()
/aoo4110/main/oox/source/dump/
H A Dxlsbdumper.cxx380 bValid = mxTokens->hasName( nTokenId ); in implDump()
H A Doledumper.cxx1790 if( cfg().hasName( "VBA-FORMSITE-CLASSNAMES", nIndex ) ) in implDumpShortProperties()
H A Ddumperbase.cxx3057 if( !mbBinaryOnly && cfg().hasName( xRecNames, mnRecId ) ) in implDump()
H A Dbiffdumper.cxx822 bValid = mxTokens->hasName( nTokenId ); in implDump()

Completed in 107 milliseconds