Lines Matching refs:pContent
551 sal_Bool Insert( ::ucbhelper::Content *pContent );
2269 sal_Bool UCBStorage_Impl::Insert( ::ucbhelper::Content *pContent ) argument
2277 Sequence< ContentInfo > aInfo = pContent->queryCreatableContentsInfo();
2304 if ( !pContent->insertNewContent( rCurr.Type, aNames, aValues, aNewFolder ) )
2348 ::ucbhelper::Content* pContent = pElement->GetContent();
2350 if ( !pContent && pElement->IsModified() )
2357 …pContent = new ::ucbhelper::Content( aName, Reference< ::com::sun::star::ucb::XCommandEnvironment …
2368 …pContent->executeCommand( ::rtl::OUString::createFromAscii("delete"), makeAny( sal_Bool( sal_True …
2389 pContent = pElement->GetContent();
2405 pContent = pElement->GetContent();
2414 … pContent->setPropertyValue( ::rtl::OUString::createFromAscii("Title"), aAny );
2423 … pContent->setPropertyValue( ::rtl::OUString::createFromAscii("MediaType"), aAny );
2432 delete pContent;