Lines Matching refs:aCnt
404 ucbhelper::Content aCnt( aDeleteObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in kill() local
407 …aCnt.executeCommand( rtl::OUString::createFromAscii( "delete" ), makeAny( sal_Bool( sal_True ) ) ); in kill()
422 ucbhelper::Content aCnt( aURLObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in isFolder() local
423 bRet = aCnt.isFolder(); in isFolder()
433 ucbhelper::Content aCnt( aURLObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in isReadOnly() local
434 …Any aRetAny = aCnt.getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsReadOnly" ) ) … in isReadOnly()
444 ucbhelper::Content aCnt( aURLObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in setReadOnly() local
447 aCnt.setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsReadOnly" ) ), aAny ); in setReadOnly()
473 ucbhelper::Content aCnt( aURL.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in createFolder() local
475 Sequence< ContentInfo > aInfo = aCnt.queryCreatableContentsInfo(); in createFolder()
505 if ( !aCnt.insertNewContent( rCurr.Type, aNames, aValues, aNew ) ) in createFolder()
527 ucbhelper::Content aCnt( aObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in getSize() local
528 aCnt.getPropertyValue( rtl::OUString::createFromAscii( "Size" ) ) >>= nTemp; in getSize()
537 ucbhelper::Content aCnt( aObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in getContentType() local
539 Reference< XContent > xContent = aCnt.get(); in getContentType()
567 ucbhelper::Content aCnt( aFolderObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in DECLARE_LIST() local
578 xResultSet = aCnt.createCursor( aProps, eInclude ); in DECLARE_LIST()
641 ucbhelper::Content aCnt( aObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in openFileRead() local
647 sal_Bool bRet = aCnt.openStream( xSink ); in openFileRead()
685 ucbhelper::Content aCnt( aFileObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in openFileReadWrite() local
697 aCnt.executeCommand( rtl::OUString::createFromAscii( "open" ), aCmdArg ); in openFileReadWrite()
715 aCnt.executeCommand( rtl::OUString::createFromAscii( "insert" ), aCmdArg ); in openFileReadWrite()
808 ucbhelper::Content aCnt( in writeFile() local
813 aCnt.writeStream( data, sal_True /* bReplaceExisting */ ); in writeFile()
855 ucbhelper::Content aCnt( aURLObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in isHidden() local
856 … Any aRetAny = aCnt.getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsHidden" ) ) ); in isHidden()
866 ucbhelper::Content aCnt( aURLObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in setHidden() local
869 aCnt.setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsHidden" ) ), aAny ); in setHidden()