Searched refs:mdref (Results 1 – 4 of 4) sorted by relevance
1448 const beans::StringPair mdref( i_xObject->getMetadataReference() ); in setStatementRDFa() local1449 if (mdref.First.equalsAscii("") || mdref.Second.equalsAscii("")) { in setStatementRDFa()1454 ::rtl::OUString const sXmlId(mdref.First + in setStatementRDFa()1455 ::rtl::OUString::createFromAscii("#") + mdref.Second); in setStatementRDFa()1511 const beans::StringPair mdref( i_xElement->getMetadataReference() ); in removeStatementRDFa() local1512 if (mdref.First.equalsAscii("") || mdref.Second.equalsAscii("")) { in removeStatementRDFa()1519 + mdref.First + ::rtl::OUString::createFromAscii("#") in removeStatementRDFa()1520 + mdref.Second), in removeStatementRDFa()1543 if (mdref.First.equalsAscii("") || mdref.Second.equalsAscii("")) { in getStatementRDFa()1546 ::rtl::OUString const sXmlId(mdref.First + in getStatementRDFa()[all …]
1600 beans::StringPair mdref( getMetadataReference() ); in getLocalName() local1601 if (!mdref.Second.getLength()) in getLocalName()1604 mdref = getMetadataReference(); in getLocalName()1607 buf.append(mdref.First); in getLocalName()1609 buf.append(mdref.Second); in getLocalName()
2574 const beans::StringPair mdref( xMeta->getMetadataReference() ); in AddAttributeXmlId() local2575 if ( !mdref.Second.equalsAscii("") ) in AddAttributeXmlId()2580 if ( streamName.equals(mdref.First) ) in AddAttributeXmlId()2582 AddAttribute( XML_NAMESPACE_XML, XML_ID, mdref.Second ); in AddAttributeXmlId()2598 if ( mdref.First.equalsAscii("content.xml") ) in AddAttributeXmlId()2600 AddAttribute( XML_NAMESPACE_XML, XML_ID, mdref.Second ); in AddAttributeXmlId()
2040 const beans::StringPair mdref( GetStreamName(), i_rXmlId ); in SetXmlId() local2042 xMeta->setMetadataReference(mdref); in SetXmlId()
Completed in 52 milliseconds