Home
last modified time | relevance | path

Searched refs:getContent (Results 1 – 25 of 45) sorted by relevance

12

/trunk/main/ucbhelper/source/client/
H A Dcontent.cxx197 Reference< XContent > getContent();
325 static Reference< XContent > getContent( in getContent() function
397 Reference< XContent > xContent = getContent( *pBroker, xId, true ); in Content()
409 Reference< XContent > xContent = getContent( *pBroker, rId, true ); in Content()
445 Reference< XContent > xContent = getContent( *pBroker, xId, false ); in create()
465 Reference< XContent > xContent = getContent( *pBroker, rId, false ); in create()
506 return m_xImpl->getContent(); in get()
1358 Reference< XContentCreator > xCreator( m_xImpl->getContent(), UNO_QUERY ); in queryCreatableContentsInfo()
1434 Reference< XContentCreator > xCreator( m_xImpl->getContent(), UNO_QUERY ); in insertNewContent()
1801 Reference< XContent > Content_Impl::getContent() in getContent() function in ucbhelper::Content_Impl
[all …]
/trunk/main/ucb/qa/complex/ucb/
H A DUCB.java81 executeCommand(getContent(filename), "delete", Boolean.TRUE); in delete()
110 Object xContent = getContent(path); in listFiles()
201 public Object getContent(String path) throws Exception in getContent() method in UCB
218 Object content = getContent(acountUrl); in checkWrongFtpConnection()
/trunk/main/sw/source/core/fields/
H A Dexpfld.cxx1179 const String& SwInputField::getContent() const in getContent() function in SwInputField
1219 …static_cast<SwInputFieldType*>(GetTyp())->GetDoc()->GetFldType( RES_USERFLD, getContent(), false )… in applyFieldContent()
1241 aStr += getContent(); in GetFieldName()
1251 getContent(), in Copy()
1269 sRet = getContent(); in Expand()
1274 …static_cast<SwInputFieldType*>(GetTyp())->GetDoc()->GetFldType( RES_USERFLD, getContent(), false )… in Expand()
1295 rAny <<= OUString( getContent() ); in QueryValue()
1344 return getContent(); in GetPar1()
/trunk/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx135 inline uno::Reference< uno::XInterface > getContent() const { return m_xContent; } in getContent() function in rptui::NavigatorTree::UserData
309 … uno::Reference< report::XFunctionsSupplier> xSupplier(pData->getContent(),uno::UNO_QUERY); in Command()
310 uno::Reference< report::XFunctions> xFunctions(pData->getContent(),uno::UNO_QUERY); in Command()
311 uno::Reference< report::XGroup> xGroup(pData->getContent(),uno::UNO_QUERY); in Command()
313 … uno::Reference< report::XFunction>(pData->getContent(),uno::UNO_QUERY).is()); in Command()
349 aArgs[0].Value <<= pData->getContent(); in Command()
475 aSelection <<= static_cast<UserData*>(pEntry->GetUserData())->getContent();
578 if ( pData->getContent() == _xContent ) in find()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DUCB.java82 executeCommand( getContent(filename),"delete",Boolean.TRUE); in delete()
158 Object xContent = getContent(path); in listFiles()
250 public Object getContent(String path) throws Exception in getContent() method in UCB
/trunk/main/dbaccess/source/core/dataaccess/
H A Dmyucp_datasupplier.cxx247 m_pImpl->m_aResults[ _nIndex ]->xContent = m_pImpl->m_xContent->getContent(sName); in queryContent()
292 new ResultListEntry( m_pImpl->m_xContent->getContent(*pIter)->getContentProperties() ) ); in getResult()
340 new ResultListEntry( m_pImpl->m_xContent->getContent(*pIter)->getContentProperties() ) ); in totalCount()
H A Ddocumentdefinition.cxx509 inline Reference<XContent> getContent() const { return m_xParentContainer; } in getContent() function in dbaccess::ODocumentSaveContinuation
1489 Reference<XNameContainer> xNC( pDocuSave->getContent(), UNO_QUERY_THROW ); in save()
1565 Reference<XNameContainer> xNC(pDocuSave->getContent(),UNO_QUERY); in saveAs()
/trunk/main/offapi/com/sun/star/util/
H A DXArchiver.idl63 // DOCUMENTATION OMITTED FOR XArchiver::getContent
64 com::sun::star::container::XIndexAccess getContent( [in] string source );
/trunk/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java231 String getContent() { return m_Content; } in getContent() method in ContentNode
249 TextNode dup() { return new TextNode(getContent()); } in dup()
259 TextFieldNode dup() { return new TextFieldNode(getContent()); } in dup()
528 String contentExpected = expected.getContent(); in testContentNode()
529 String contentActual = actual.getContent(); in testContentNode()
578 ((TextNode) node).getContent().length() == 0) { in testBuffer()
1122 insertText(m_xCursor, text.getContent()); in insertChildren()
1125 insertTextField(m_xCursor, field.getContent()); in insertChildren()
1212 insertText(xCursor, text.getContent()); in insertNode()
1215 insertTextField(m_xCursor, field.getContent()); in insertNode()
[all …]
/trunk/main/offapi/com/sun/star/frame/
H A DXDocumentTemplates.idl46 an ucb content provider. Method <member>XDocumentTemplates::getContent()</member>
62 com::sun::star::ucb::XContent getContent();
/trunk/main/sw/source/ui/vba/
H A Dvbadocument.cxx73 SwVbaDocument::getContent() throw ( uno::RuntimeException ) in getContent() function in SwVbaDocument
84 return getContent(); in Range()
H A Dvbadocument.hxx48 …virtual css::uno::Reference< ooo::vba::word::XRange > SAL_CALL getContent() throw ( css::uno::Runt…
/trunk/main/drawinglayer/source/processor2d/
H A Dvclprocessor2d.cxx768 mpOutputDevice = &aBufferDevice.getContent(); in RenderMaskPrimitive2DPixel()
845 mpOutputDevice = &aBufferDevice.getContent(); in RenderUnifiedTransparencePrimitive2D()
874 mpOutputDevice = &aBufferDevice.getContent(); in RenderTransparencePrimitive2D()
H A Dvclhelperbufferdevice.hxx56 VirtualDevice& getContent();
H A Dvclhelperbufferdevice.cxx345 VirtualDevice& impBufferDevice::getContent() in getContent() function in drawinglayer::impBufferDevice
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/model/
H A DFixedTextElement.java44 public Section getContent() in getContent() method in FixedTextElement
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScNamedRangeObj.csv4 "ScNamedRangeObj";"com::sun::star::sheet::XNamedRange";"getContent()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sfx/
H A Dcom.sun.star.comp.sfx2.DocumentTemplates.csv1 "DocumentTemplates";"com::sun::star::frame::XDocumentTemplates";"getContent()"
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/
H A DFixedContentReadHandler.java71 return new TextContentReadHandler(element.getContent()); in getHandlerForChild()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DFixedTextLayoutController.java70 final Section content = fte.getContent(); in delegateContentGeneration()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XNamedRange.java67 String content = oObj.getContent(); in _getContent()
/trunk/main/sfx2/source/inc/
H A Ddoctemplates.hxx79 REFERENCE< XCONTENT > SAL_CALL getContent() throw( RUNTIMEEXCEPTION );
/trunk/main/sfx2/source/doc/
H A Ddoctempl.cxx2454 uno::Reference < XContent > aRootContent = xTemplates->getContent(); in Construct()
2480 uno::Reference < XContent > aRootContent = xTemplates->getContent(); in ReInitFromComponent()
2621 uno::Reference < XContent > aRootContent = xTemplates->getContent(); in Rescan()
/trunk/main/offapi/com/sun/star/sheet/
H A DXNamedRange.idl55 string getContent();
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XDocumentTemplates.java66 content = oObj.getContent(); in _getContent()

Completed in 226 milliseconds

12