Lines Matching refs:aCnt

406     ucbhelper::Content aCnt( aDeleteObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment );  in kill()  local
409aCnt.executeCommand( rtl::OUString::createFromAscii( "delete" ), makeAny( sal_Bool( sal_True ) ) ); in kill()
424 ucbhelper::Content aCnt( aURLObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in isFolder() local
425 bRet = aCnt.isFolder(); in isFolder()
435 ucbhelper::Content aCnt( aURLObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in isReadOnly() local
436 …Any aRetAny = aCnt.getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsReadOnly" ) ) … in isReadOnly()
446 ucbhelper::Content aCnt( aURLObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in setReadOnly() local
449 aCnt.setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsReadOnly" ) ), aAny ); in setReadOnly()
475 ucbhelper::Content aCnt( aURL.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in createFolder() local
477 Sequence< ContentInfo > aInfo = aCnt.queryCreatableContentsInfo(); in createFolder()
507 if ( !aCnt.insertNewContent( rCurr.Type, aNames, aValues, aNew ) ) in createFolder()
529 ucbhelper::Content aCnt( aObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in getSize() local
530 aCnt.getPropertyValue( rtl::OUString::createFromAscii( "Size" ) ) >>= nTemp; in getSize()
539 ucbhelper::Content aCnt( aObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in getContentType() local
541 Reference< XContent > xContent = aCnt.get(); in getContentType()
569 ucbhelper::Content aCnt( aFolderObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in DECLARE_LIST() local
580 xResultSet = aCnt.createCursor( aProps, eInclude ); in DECLARE_LIST()
643 ucbhelper::Content aCnt( aObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in openFileRead() local
649 sal_Bool bRet = aCnt.openStream( xSink ); in openFileRead()
687 ucbhelper::Content aCnt( aFileObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in openFileReadWrite() local
699 aCnt.executeCommand( rtl::OUString::createFromAscii( "open" ), aCmdArg ); in openFileReadWrite()
717 aCnt.executeCommand( rtl::OUString::createFromAscii( "insert" ), aCmdArg ); in openFileReadWrite()
810 ucbhelper::Content aCnt( in writeFile() local
815 aCnt.writeStream( data, sal_True /* bReplaceExisting */ ); in writeFile()
857 ucbhelper::Content aCnt( aURLObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in isHidden() local
858 … Any aRetAny = aCnt.getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsHidden" ) ) ); in isHidden()
868 ucbhelper::Content aCnt( aURLObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in setHidden() local
871 aCnt.setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsHidden" ) ), aAny ); in setHidden()