Searched refs:resourceType (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/extensions/source/resource/ |
H A D | oooresourceloader.cxx | 385 ::rtl::OUString resourceType = _key.copy( 0, typeSeparatorPos ); in impl_getResourceTypeAndId_nothrow() 387 ResourceTypes::const_iterator typePos = m_aResourceTypes.find( resourceType ); in impl_getResourceTypeAndId_nothrow() 400 ResourceTypePtr resourceType; in impl_getDirectElement_nothrow() local 402 if ( !impl_getResourceTypeAndId_nothrow( _key, resourceType, resourceId ) ) in impl_getDirectElement_nothrow() 405 if ( !m_pResourceManager->IsAvailable( resourceType->getResourceType(), resourceId ) ) in impl_getDirectElement_nothrow() 409 _out_Element = resourceType->getResource( *m_pResourceManager, resourceId ); in impl_getDirectElement_nothrow() 455 ResourceTypePtr resourceType; in hasByName() local 457 if ( !impl_getResourceTypeAndId_nothrow( _key, resourceType, resourceId ) ) in hasByName() 460 if ( !m_pResourceManager->IsAvailable( resourceType->getResourceType(), resourceId ) ) in hasByName()
|
/aoo41x/main/l10ntools/inc/ |
H A D | xmlparse.hxx | 314 resourceType, member in XMLElement 333 resourceType(""), in XMLElement() 370 void SetResourceType ( ByteString rt ){ resourceType = rt; } in SetResourceType() 380 ByteString GetResourceType(){ return resourceType; } in GetResourceType()
|
/aoo41x/main/l10ntools/source/ |
H A D | xmlparse.cxx | 760 resourceType ( obj.resourceType ), in XMLElement() 782 resourceType =obj.resourceType; in operator =()
|
/aoo41x/main/l10ntools/java/jpropex/java/ |
H A D | JPropEx.java | 40 private final String resourceType = "javaproperties"; field in JPropEx 150 …return new SdfEntity( projectArg , path , "0" /* dummy1 */ , resourceType , "", "" , "" , "" , "0"… in prepareSdfObj()
|
Completed in 29 milliseconds