Home
last modified time | relevance | path

Searched refs:getPrefix (Results 1 – 25 of 38) sorted by path

12

/trunk/main/cppu/source/uno/
H A Dcascade_mapping.cxx184 static rtl::OUString getPrefix(rtl::OUString const & str1, rtl::OUString const & str2) in getPrefix() function
262 rtl::OUString purpose = getPrefix(from_envPurpose, to_envPurpose); in getCascadeMapping()
317 rtl::OUString purpose = getPrefix(from_envPurpose, to_envPurpose); in getCascadeMapping()
/trunk/main/dbaccess/source/core/misc/
H A Ddsntypes.cxx122 String ODsnTypeCollection::getPrefix(const ::rtl::OUString& _sURL) const in getPrefix() function in dbaccess::ODsnTypeCollection
149 String sPrefix( getPrefix( ::rtl::OUString::createFromAscii( _pAsciiPattern ) ) ); in hasDriver()
/trunk/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx606 String sType = m_aTypeCollection.getPrefix(sValue); in exportConnectionData()
/trunk/main/dbaccess/source/inc/
H A Ddsntypes.hxx139 String getPrefix(const ::rtl::OUString& _sURL) const;
/trunk/main/dbaccess/source/ui/control/
H A Dcurledit.cxx108 sPrefix = m_pTypeCollection->getPrefix(_rStr); in SetText()
/trunk/main/dbaccess/source/ui/dlg/
H A DConnectionHelper.cxx454 sTypePrefix = m_pCollection->getPrefix( m_eType ); in impl_setURL()
500 sTypePrefix = m_pCollection->getPrefix( m_eType ); in impl_getURL()
H A DDBSetupConnectionPages.cxx252 …String sUrl = pCollection->getPrefix( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("sdbc:address:ld… in FillItemSet()
H A DDbAdminImpl.cxx599 String sUrl = pCollection->getPrefix(eType); in getConnectionURL()
1149 String sNewUrl = pCollection->getPrefix(eType); in convertUrl()
H A Ddbwizsetup.cxx403 if ( _pCollection->getPrefix(_sOldURLPrefix) == _pCollection->getPrefix(_sNewURLPrefix) ) in convert()
623 …m_pOutSet->Put(SfxStringItem(DSID_CONNECTURL, m_pCollection->getPrefix(::rtl::OUString(RTL_CONSTAS… in createPage()
628 …m_pOutSet->Put(SfxStringItem(DSID_CONNECTURL, m_pCollection->getPrefix(::rtl::OUString(RTL_CONSTAS… in createPage()
632 …m_pOutSet->Put(SfxStringItem(DSID_CONNECTURL, m_pCollection->getPrefix(::rtl::OUString(RTL_CONSTAS… in createPage()
H A Dgeneralpage.cxx373 implSetCurrentType( m_pCollection->getPrefix(sConnectURL) ); in implInitControls()
/trunk/main/forms/source/xforms/
H A Dmodel_ui.cxx171 OUString sPrefix = xNode->getPrefix(); in lcl_OutName()
/trunk/main/offapi/com/sun/star/xml/dom/
H A DXNode.idl178 string getPrefix();
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/
H A DQualifiedName.java36 msNamespacePrefix = aName.getPrefix(); in QualifiedName()
/trunk/main/testgraphical/source/
H A Dfilehelper.pm184 sub getPrefix() subroutine
237 if (getPrefix() eq "performance")
255 $toolsprefix = appendPath($toolsprefix, getPrefix());
/trunk/main/tools/inc/tools/
H A Durlobj.hxx1393 TOOLS_DLLPRIVATE static PrefixInfo const * getPrefix(
/trunk/main/tools/source/fsys/
H A Durlobj.cxx701 PrefixInfo const * pPrefix = getPrefix(p, pEnd); in setAbsURIRef()
1462 PrefixInfo const * pPrefix = getPrefix(pPrefixBegin, pEnd); in convertRelToAbs()
2036 PrefixInfo const * pPrefix = getPrefix(p, pEnd); in convertIntToExt()
2064 PrefixInfo const * pPrefix = getPrefix(p, pEnd); in convertExtToInt()
2080 INetURLObject::getPrefix(sal_Unicode const *& rBegin, in getPrefix() function in INetURLObject
4311 PrefixInfo const * pPrefix = getPrefix(p, p + rTheAbsURIRef.getLength()); in CompareProtocolScheme()
/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java451 assertEquals("XDocument.getPrefix()", "", xDoc.getPrefix()); in testXDocument()
1038 assertEquals("XElement.getPrefix()", "", xElemFoo.getPrefix()); in testXElement()
1039 assertEquals("XElement.getPrefix()", "e", xElemFooNs.getPrefix()); in testXElement()
1063 assertEquals("XElement.getPrefix()", "f", xElemFooNs.getPrefix()); in testXElement()
1257 assertEquals("XAttr.getPrefix()", "", xAttr.getPrefix()); in testXAttr()
1258 assertEquals("XAttr.getPrefix()", "e", xAttrNs.getPrefix()); in testXAttr()
1275 assertEquals("XAttr.setPrefix()", "f", xAttrNs.getPrefix()); in testXAttr()
1485 assertEquals("XText.getPrefix()", "", xText.getPrefix()); in testXText()
1674 assertEquals("XCDATASection.getPrefix()", "", xCDS.getPrefix()); in testXCDataSection()
1847 assertEquals("XComment.getPrefix()", "", xComment.getPrefix()); in testXComment()
[all …]
/trunk/main/unoxml/source/dom/
H A Dattr.cxx234 OUString SAL_CALL CAttr::getPrefix() in getPrefix() function in DOM::CAttr
247 return CNode::getPrefix(); in getPrefix()
H A Dattr.hxx159 virtual OUString SAL_CALL getPrefix()
H A Dcdatasection.hxx169 virtual OUString SAL_CALL getPrefix() in getPrefix() function in DOM::CCDATASection
172 return CNode::getPrefix(); in getPrefix()
H A Dcharacterdata.hxx180 virtual OUString SAL_CALL getPrefix() in getPrefix() function in DOM::CCharacterData
183 return CNode::getPrefix(); in getPrefix()
H A Dcomment.hxx164 virtual OUString SAL_CALL getPrefix() in getPrefix() function in DOM::CComment
167 return CCharacterData::getPrefix(); in getPrefix()
H A Ddocument.cxx800 OUString const aNsPrefix = xImportedNode->getPrefix(); in lcl_ImportNode()
823 OUString const aAttrPrefix = curAttr->getPrefix(); in lcl_ImportNode()
H A Ddocument.hxx321 virtual OUString SAL_CALL getPrefix() in getPrefix() function in DOM::CDocument
324 return CNode::getPrefix(); in getPrefix()
H A Ddocumentfragment.hxx123 virtual OUString SAL_CALL getPrefix() in getPrefix() function in DOM::CDocumentFragment
126 return CNode::getPrefix(); in getPrefix()

Completed in 140 milliseconds

12