Lines Matching refs:pContent
551 sal_Bool Insert( ::ucbhelper::Content *pContent );
2268 sal_Bool UCBStorage_Impl::Insert( ::ucbhelper::Content *pContent ) argument
2276 Sequence< ContentInfo > aInfo = pContent->queryCreatableContentsInfo();
2303 if ( !pContent->insertNewContent( rCurr.Type, aNames, aValues, aNewFolder ) )
2347 ::ucbhelper::Content* pContent = pElement->GetContent();
2349 if ( !pContent && pElement->IsModified() )
2356 …pContent = new ::ucbhelper::Content( aName, Reference< ::com::sun::star::ucb::XCommandEnvironment …
2367 …pContent->executeCommand( ::rtl::OUString::createFromAscii("delete"), makeAny( sal_Bool( sal_True …
2388 pContent = pElement->GetContent();
2404 pContent = pElement->GetContent();
2413 … pContent->setPropertyValue( ::rtl::OUString::createFromAscii("Title"), aAny );
2422 … pContent->setPropertyValue( ::rtl::OUString::createFromAscii("MediaType"), aAny );
2431 delete pContent;