Home
last modified time | relevance | path

Searched refs:xContent (Results 76 – 100 of 103) sorted by relevance

12345

/trunk/main/sw/source/core/inc/
H A Dunometa.hxx227 ::com::sun::star::text::XTextContent > & xContent,
233 ::com::sun::star::text::XTextContent > & xContent)
/trunk/main/sw/inc/
H A Dunoatxt.hxx235 …om::sun::star::uno::Reference< ::com::sun::star::text::XTextContent > & xContent, sal_Bool bAbsorb…
236 …om::sun::star::uno::Reference< ::com::sun::star::text::XTextContent > & xContent) throw( ::com::su…
/trunk/main/ucb/source/ucp/ftp/
H A Dftpcontent.cxx700 Reference<XContent> xContent(m_xProvider->queryContent(xIdent)); in getParent() local
701 return Reference<XInterface>(xContent,UNO_QUERY); in getParent()
/trunk/main/svx/source/table/
H A Dcell.hxx174 …com::sun::star::uno::Reference< ::com::sun::star::text::XTextContent >& xContent, ::sal_Bool bAbso…
175 …com::sun::star::uno::Reference< ::com::sun::star::text::XTextContent >& xContent ) throw (::com::s…
/trunk/main/sfx2/qa/complex/sfx2/
H A DDocumentMetadataAccess.java1202 XURI xContent = URI.createNS(xContext, xBaseURI.getStringValue(), in getManifestStmts() local
1209 new Statement(xBaseURI, pkg_hasPart, xContent, xManifest); in getManifestStmts()
1213 new Statement(xContent, rdf_type, odf_ContentFile, xManifest); in getManifestStmts()
/trunk/main/ucb/source/ucp/gio/
H A Dgio_datasupplier.hxx40 com::sun::star::uno::Reference< com::sun::star::ucb::XContent > xContent; member
/trunk/main/ucbhelper/source/provider/
H A Dcontenthelper.cxx1057 rtl::Reference< ContentImplHelper > xContent in exchange() local
1059 if ( xContent.is() ) in exchange()
/trunk/main/unoxml/source/rdf/
H A Dlibrdf_repository.cxx1472 uno::Reference<rdf::XNode> xContent; in setStatementRDFa() local
1475 xContent.set(rdf::Literal::createWithType(m_xContext, in setStatementRDFa()
1479 xContent.set(rdf::Literal::create(m_xContext, content), in setStatementRDFa()
1497 this, i_xSubject, _1, xContent, xXmlId, true)); in setStatementRDFa()
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dproviderhelper.hxx137 ::com::sun::star::ucb::XContent > & xContent );
H A Dcontent.hxx238 ::com::sun::star::ucb::XContent >& xContent,
/trunk/main/fileaccess/source/
H A DFileAccess.cxx541 Reference< XContent > xContent = aCnt.get(); in getContentType() local
542 rtl::OUString aTypeStr = xContent->getContentType(); in getContentType()
/trunk/main/connectivity/source/drivers/file/
H A DFDatabaseMetaData.cxx217 Reference<XDynamicResultSet> xContent = m_pConnection->getDir(); in getTables() local
228 xDynamicResultSet = xSRSFac->createSortedDynamicResultSet( xContent, aSortInfo, xFactory ); in getTables()
/trunk/main/sfx2/source/doc/
H A Ddocfile.cxx528 Reference < ::com::sun::star::ucb::XContent > xContent; in GetContent() local
533 pItem->GetValue() >>= xContent; in GetContent()
535 if ( xContent.is() ) in GetContent()
539 pImp->aContent = ::ucbhelper::Content( xContent, xEnv ); in GetContent()
H A Dsfxbasemodel.cxx296 const uno::Reference<ucb::XContent> xContent( in GetDMA() local
298 OSL_ENSURE(xContent.is(), "GetDMA: cannot create DocumentContent"); in GetDMA()
299 if (!xContent.is()) in GetDMA()
303 uri = xContent->getIdentifier()->getContentIdentifier(); in GetDMA()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx280 Reference< XContent > xContent( _rxContent, UNO_QUERY_THROW ); in lcl_getMimeType_nothrow() local
281 sMimeType = xContent->getContentType(); in lcl_getMimeType_nothrow()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumentdefinition.cxx1495 Reference< XContent> xContent = this; in save() local
1496 xNC->insertByName(pDocuSave->getName(),makeAny(xContent)); in save()
/trunk/main/editeng/inc/editeng/
H A Dunotext.hxx429 …com::sun::star::uno::Reference< ::com::sun::star::text::XTextContent >& xContent, sal_Bool bAbsorb…
430 …com::sun::star::uno::Reference< ::com::sun::star::text::XTextContent >& xContent ) throw(::com::su…
/trunk/main/xmloff/source/text/
H A Dtxtparai.cxx2206 Reference<XTextContent> xContent(xMark, UNO_QUERY); in ~XMLParaContext() local
2209 xRange, xContent, sal_True ); in ~XMLParaContext()
H A Dtxtimp.cxx1225 Reference < XTextContent > & xContent ) in InsertTextContent()
1232 m_pImpl->m_xCursorAsRange, xContent, sal_False); in InsertTextContent()
/trunk/main/xmloff/inc/xmloff/
H A Dtxtimp.hxx480 ::com::sun::star::text::XTextContent > & xContent);
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java224 com.sun.star.text.XTextContent xContent = (com.sun.star.text.XTextContent) in doCellSamples() local
226 xText.insertTextContent( xTextCursor, xContent, false ); in doCellSamples()
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs106 unoidl.com.sun.star.text.XTextContent xContent = in doCellSamples()
108 xText.insertTextContent( xTextCursor, xContent, false ); in doCellSamples()
/trunk/main/svtools/source/contnr/
H A Dfileview.cxx1419 Reference< XContent > xContent( aCnt.get() ); in GetParentURL() local
1420 Reference< com::sun::star::container::XChild > xChild( xContent, UNO_QUERY ); in GetParentURL()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx6417 const uno::Reference<text::XTextContent >& xContent, in insertTextContent()
6423 if ( pDocSh && xContent.is() ) in insertTextContent()
6425 ScCellFieldObj* pCellField = ScCellFieldObj::getImplementation( xContent ); in insertTextContent()
6470 GetUnoText().insertTextContent(xRange, xContent, bAbsorb); in insertTextContent()
6473 void SAL_CALL ScCellObj::removeTextContent( const uno::Reference<text::XTextContent>& xContent ) in removeTextContent() argument
6477 if ( xContent.is() ) in removeTextContent()
6479 ScCellFieldObj* pCellField = ScCellFieldObj::getImplementation( xContent ); in removeTextContent()
6487 GetUnoText().removeTextContent(xContent); in removeTextContent()
/trunk/main/editeng/source/uno/
H A Dunotext.cxx1991 …text::XTextRange >& xRange, const uno::Reference< text::XTextContent >& xContent, sal_Bool bAbsorb… in insertTextContent() argument
2001 SvxUnoTextField* pField = SvxUnoTextField::getImplementation( xContent ); in insertTextContent()

Completed in 260 milliseconds

12345