Home
last modified time | relevance | path

Searched refs:getNamespace (Results 1 – 21 of 21) sorted by relevance

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DImageElementLayoutController.java196 final String namespace = tableCell.getNamespace(); in findNodeInSection()
210 …if (!ObjectUtilities.equal(child.getNamespace(), namespace) || (!ObjectUtilities.equal(child.getTy… in findNodeInSection()
233 …if (OfficeNamespaces.TABLE_NS.equals(element.getNamespace()) && "table-cell".equals(element.getTyp… in findParentCell()
275 …if (!ObjectUtilities.equal(column.getNamespace(), OfficeNamespaces.TABLE_NS) || !ObjectUtilities.e… in addColumnStyles()
303 …if (!ObjectUtilities.equal(row.getNamespace(), OfficeNamespaces.TABLE_NS) || !ObjectUtilities.equa… in addRowStyles()
H A DOfficeTableTemplateLayoutController.java152 …if (JFreeReportInfo.REPORT_NAMESPACE.equals(element.getNamespace()) && "group-body".equals(element… in addFromGroup()
173 … if (OfficeNamespaces.TABLE_NS.equals(element.getNamespace()) && "table".equals(element.getType())) in addFromSection()
H A DOfficeTableLayoutController.java64 …if (OfficeNamespaces.TABLE_NS.equals(child.getNamespace()) && OfficeToken.TABLE_ROW.equals(child.g… in computeAttributes()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStylesWriter.java244 final String namespace = element.getNamespace(); in writeElement()
253 final String namespace = section.getNamespace(); in writeSection()
/trunk/main/unoxml/source/rdf/
H A DCURI.cxx63 virtual ::rtl::OUString SAL_CALL getNamespace() throw (css::uno::RuntimeException);
825 ::rtl::OUString SAL_CALL CURI::getNamespace() throw (css::uno::RuntimeException) in getNamespace() function in __anon08aad6df0111::CURI
H A Dlibrdf_repository.cxx645 virtual ::rtl::OUString SAL_CALL getNamespace()
692 ::rtl::OUString SAL_CALL librdf_NamedGraph::getNamespace() in getNamespace() function in __anon2755949e0111::librdf_NamedGraph
695 return m_xName->getNamespace(); in getNamespace()
/trunk/main/sfx2/inc/sfx2/
H A DMetadatable.hxx159 virtual ::rtl::OUString SAL_CALL getNamespace()
H A DDocumentMetadataAccess.hxx104 virtual ::rtl::OUString SAL_CALL getNamespace()
H A Dsfxbasemodel.hxx1331 virtual ::rtl::OUString SAL_CALL getNamespace()
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavresponseparser.cxx195 const ::rtl::OUString& getNamespace() const { return maNamespace; } in getNamespace() function in __anon691643cc0311::WebDAVContext
582 maPropStatNames.push_back(mpContext->getNamespace() + mpContext->getName()); in endElement()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java622 tableColumnProperties.setNamespace(style.getNamespace()); in createTableColumns()
624 tableColumnProperties.setAttribute(style.getNamespace(), in createTableColumns()
/trunk/main/oox/source/token/
H A Dnamespaces.hxx.tail31 inline sal_Int32 getNamespace( sal_Int32 nToken ) { return nToken & NMSP_MASK; }
/trunk/main/xmloff/source/core/
H A DRDFaExportHelper.cxx73 const ::rtl::OUString Namespace( i_xURI->getNamespace() ); in makeCURIE()
/trunk/main/oox/source/drawingml/
H A Dgraphicshapecontext.cxx76 if ((getNamespace( aElementToken ) == NMSP_vml) && mpShapePtr) in createFastChildContext()
/trunk/main/oox/source/shape/
H A DShapeContextHandler.cxx122 switch (getNamespace( mnStartToken )) in getContextHandler()
/trunk/main/sfx2/source/doc/
H A DMetadatable.cxx1592 return getNamespace() + getLocalName(); in getStringValue()
1613 ::rtl::OUString SAL_CALL MetadatableMixin::getNamespace() in getNamespace() function in sfx2::MetadatableMixin
H A DDocumentMetadataAccess.cxx866 DocumentMetadataAccess::getNamespace() throw (uno::RuntimeException) in getNamespace() function in sfx2::DocumentMetadataAccess
868 return m_pImpl->m_xBaseURI->getNamespace(); in getNamespace()
H A Dsfxbasemodel.cxx4251 SfxBaseModel::getNamespace() throw (uno::RuntimeException) in getNamespace() function in SfxBaseModel
4261 return xDMA->getNamespace(); in getNamespace()
/trunk/main/oox/source/docprop/
H A Ddocprophandler.cxx317 …else if ( m_nState && m_nInBlock && m_nInBlock == 2 && getNamespace( nElement ) == NMSP_officeDocP… in startFastElement()
/trunk/main/unoxml/qa/complex/unoxml/
H A DRDFRepositoryTest.java845 public String getNamespace() { return ""; } in getNamespace() method in RDFRepositoryTest.TestRange
/trunk/main/sfx2/qa/complex/sfx2/
H A DDocumentMetadataAccess.java1248 public String getNamespace() { return ""; } in getNamespace() method in DocumentMetadataAccess.TestRange

Completed in 124 milliseconds