Home
last modified time | relevance | path

Searched refs:pContent (Results 26 – 50 of 52) sorted by relevance

123

/trunk/main/ucbhelper/inc/ucbhelper/
H A Dcontentinfo.hxx76 ContentImplHelper* pContent );
138 ContentImplHelper* pContent );
H A Dproviderhelper.hxx87 UCBHELPER_DLLPRIVATE void removeContent( ContentImplHelper* pContent );
/trunk/main/dbaccess/source/core/dataaccess/
H A DContentHelper.cxx662 OContentHelper* pContent( NULL ); in getImplementation() local
666pContent = reinterpret_cast< OContentHelper* >( xUnoTunnel->getSomething( getUnoTunnelImplementati… in getImplementation()
668 return pContent; in getImplementation()
H A Ddocumentcontainer.cxx716 ::rtl::Reference<OContentHelper> pContent = NULL; in getContent()
721pContent = reinterpret_cast<OContentHelper*>(xUnoTunnel->getSomething(OContentHelper::getUnoTunnel… in getContent()
726 return pContent; in getContent()
/trunk/main/sc/source/ui/unoobj/
H A Deditsrc.cxx101 ScHeaderFooterEditSource::ScHeaderFooterEditSource( ScHeaderFooterContentObj* pContent, in ScHeaderFooterEditSource() argument
103 ScSharedHeaderFooterEditSource( new ScHeaderFooterTextData( *pContent, nP ) ) in ScHeaderFooterEditSource()
/trunk/main/autodoc/inc/udm/xml/
H A Dxmlitem.hxx221 Dyn< Item > pContent; member in csi::xml::AnElement
263 Dyn< Item > pContent; member in csi::xml::APureElement
/trunk/main/unoxml/source/dom/
H A Delement.cxx561 xmlChar const*const pContent( in setAttributeNode_Impl_Lock() local
566 res = xmlNewNsProp(m_aNodePtr, pNs, pAttr->name, pContent); in setAttributeNode_Impl_Lock()
568 res = xmlNewProp(m_aNodePtr, pAttr->name, pContent); in setAttributeNode_Impl_Lock()
/trunk/main/reportdesign/source/core/api/
H A DSection.cxx676 OSection* pContent( NULL ); in getImplementation() local
680pContent = reinterpret_cast< OSection* >( xUnoTunnel->getSomething( getUnoTunnelImplementationId()… in getImplementation()
682 return pContent; in getImplementation()
/trunk/main/sc/inc/
H A Dfielduno.hxx277 ScHeaderFieldsObj(ScHeaderFooterContentObj* pContent,
343 ScHeaderFieldObj(ScHeaderFooterContentObj* pContent, sal_uInt16 nP,
351 void InitDoc( ScHeaderFooterContentObj* pContent, sal_uInt16 nP,
H A Dchgtrack.hxx213 ScChangeActionContent* pContent; member in ScChangeActionCellListEntry
219 pContent( pContentP ) in ScChangeActionCellListEntry()
224 …const ScChangeActionContent* GetContent() const { return pContent; } // this is only for the XML E… in GetContent()
H A Deditsrc.hxx86 ScHeaderFooterEditSource( ScHeaderFooterContentObj* pContent, sal_uInt16 nP );
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_directory.cxx294 Content *pContent = static_cast< ::gvfs::Content * >(queryContent( nIndex ).get()); in queryPropertyValues() local
297 pContent->getPropertyValues( getResultSet()->getProperties(), in queryPropertyValues()
/trunk/main/ucbhelper/source/provider/
H A Dproviderhelper.cxx218 void ContentProviderImplHelper::removeContent( ContentImplHelper* pContent ) in removeContent() argument
225 pContent->getIdentifier()->getContentIdentifier() ); in removeContent()
/trunk/main/sc/source/ui/undo/
H A Dundoblk3.cxx1125 ScChangeActionContent* pContent = new ScChangeActionContent( in SetChangeTrack() local
1127 pContent->SetOldValue( aUndoStr, pDoc ); in SetChangeTrack()
1128 pContent->SetNewValue( pDoc->GetCell( aCursorPos ), pDoc ); in SetChangeTrack()
1129 pChangeTrack->Append( pContent ); in SetChangeTrack()
/trunk/main/fpicker/source/win32/misc/
H A DAutoBuffer.hxx57 sal_Bool SAL_CALL fill( const sal_Unicode* pContent, size_t nLen );
/trunk/main/sysui/source/win32/misc/
H A DAutoBuffer.hxx60 sal_Bool SAL_CALL fill( const sal_Unicode* pContent, size_t nLen );
/trunk/main/ucb/source/ucp/file/
H A Dfilglob.cxx265 BaseContent* pContent, in throw_handler() argument
268 Reference<XCommandProcessor> xComProc(pContent); in throw_handler()
H A Dfilglob.hxx109 BaseContent* pContent,
H A Dfiltask.hxx203 BaseContent* pContent);
/trunk/main/xmloff/source/transform/
H A DChartPlotAreaOOoTContext.hxx53 void AddContent( XMLAxisOOoContext *pContent );
H A DDeepTContext.hxx69 void AddContent( XMLTransformerContext *pContent );
/trunk/main/svl/source/fsstor/
H A Dfsstorage.cxx248 void FSStorage::CopyContentToStorage_Impl( ::ucbhelper::Content* pContent, const uno::Reference< em… in CopyContentToStorage_Impl() argument
250 if ( !pContent ) in CopyContentToStorage_Impl()
263 uno::Reference< sdbc::XResultSet > xResultSet = pContent->createCursor( aProps, eInclude ); in CopyContentToStorage_Impl()
/trunk/main/writerfilter/source/doctok/
H A DWW8Picture.cxx36 writerfilter::Reference<Properties>::Pointer_t pContent; in resolveNoAuto() local
/trunk/main/starmath/source/
H A Dmathtype.hxx120 sal_uInt8 HandleCScript(SmNode *pNode,SmNode *pContent,int nLevel,
H A Dmathtype.cxx2331 sal_uInt8 MathType::HandleCScript(SmNode *pNode,SmNode *pContent,int nLevel, in HandleCScript() argument
2354 if (pContent) in HandleCScript()
2357 HandleNodes(pContent,nLevel+1); in HandleCScript()

Completed in 257 milliseconds

123