Home
last modified time | relevance | path

Searched refs:fullName (Results 1 – 10 of 10) sorted by path

/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.cxx3844 rtl::OString fullName(m_typeName.replace('/', '.')); in dumpHxxFile() local
3882 << fullName in dumpHxxFile()
3898 << fullName << " of type " << fullBaseName in dumpHxxFile()
3908 << fullName << " of type " << fullBaseName in dumpHxxFile()
4022 << fullName << "\")), "; in dumpHxxFile()
4053 << fullName << " of type " << fullBaseName in dumpHxxFile()
4064 << fullName << " of type " << fullBaseName in dumpHxxFile()
4143 rtl::OString fullName(m_typeName.replace('/', '.')); in dumpHxxFile() local
4176 << fullName << "\"))) >>= instance) || !instance.is()) {\n"; in dumpHxxFile()
4182 << fullName << " of type " << fullBaseName << "\")), context);\n"; in dumpHxxFile()
/trunk/main/configmgr/source/
H A Dcomponents.cxx246 int layer, rtl::OUString const & fullName) const in getTemplate()
248 return data_.getTemplate(layer, fullName); in getTemplate()
H A Dcomponents.hxx76 int layer, rtl::OUString const & fullName) const;
H A Ddata.cxx321 int layer, rtl::OUString const & fullName) const in getTemplate()
323 return findNode(layer, templates, fullName); in getTemplate()
H A Ddata.hxx85 int layer, rtl::OUString const & fullName) const;
/trunk/main/registry/tools/
H A Dregcompare.cxx94 inline rtl::OUString shortName(rtl::OUString const & fullName) in shortName() argument
96 return fullName.copy(fullName.lastIndexOf('/') + 1); in shortName()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx792 if( ! m_aStyleName.getLength() && pInfo->gfi->fullName && *pInfo->gfi->fullName ) in readAfmMetrics()
794 … OUString aFullName( OStringToOUString( pInfo->gfi->fullName, RTL_TEXTENCODING_ISO_8859_1 ) ); in readAfmMetrics()
H A DparseAFM.cxx422 gfi->fullName = strdup( keyword ); in parseGlobals()
1518 free (fi->gfi->fullName); in freeFontInfo()
H A DparseAFM.hxx171 char *fullName; /* key: FullName */ member
/trunk/main/xmlsecurity/source/xmlsec/
H A Dsaxhelper.cxx309 const xmlChar* fullName = NULL ; in startElement() local
312 fullName = ous_to_xmlstr( aName ) ; in startElement()
315 if( fullName != NULL || attrs != NULL ) in startElement()
317 m_pSaxHandler->startElement( m_pParserCtxt , fullName , attrs ) ; in startElement()
320 if( fullName != NULL ) in startElement()
322 xmlFree( ( xmlChar* )fullName ) ; in startElement()
323 fullName = NULL ; in startElement()

Completed in 93 milliseconds