Home
last modified time | relevance | path

Searched refs:aCnt (Results 1 – 25 of 48) sorted by path

12

/trunk/main/chart2/source/controller/dialogs/
H A DDialogModel.cxx822 ::std::vector< Reference< XDataSeriesContainer > > aCnt( getAllDataSeriesContainers()); in countSeries()
823 return ::std::accumulate( aCnt.begin(), aCnt.end(), 0, lcl_addSeriesNumber()); in countSeries()
/trunk/main/comphelper/source/container/
H A Dembeddedobjectcontainer.cxx1386 comphelper::EmbeddedObjectContainer aCnt( _xStorage ); in StoreAsChildren() local
1431 || !aCnt.InsertGraphicStreamDirectly( xStream, *pIter, aMediaType ) ) in StoreAsChildren()
1432 aCnt.InsertGraphicStream( xStream, *pIter, aMediaType ); in StoreAsChildren()
1471 bResult = aCnt.CommitImageSubStorage(); in StoreAsChildren()
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx718 Content aCnt(aURL.GetMainURL(INetURLObject::NO_DECODE),Reference<XCommandEnvironment>()); in refreshIndexes() local
719 if (aCnt.isDocument()) in refreshIndexes()
/trunk/main/cui/source/dialogs/
H A Dcuigaldlg.cxx146 Content aCnt( rStartURL.GetMainURL( INetURLObject::NO_DECODE ), xEnv ); in ImplSearch() local
152 aCnt.createCursor( aProps, INCLUDE_FOLDERS_AND_DOCUMENTS ) ); in ImplSearch()
H A Dhltpbase.cxx656 …Content aCnt( rURL.GetMainURL( INetURLObject::NO_DECODE ), ::com::sun::star::uno::Reference< ::co… in FileExists() local
659 aCnt.getPropertyValue( ::rtl::OUString::createFromAscii( "Title" ) ) >>= aTitle; in FileExists()
H A Dinsdlg.cxx108 , aCnt( m_xStorage ) in InsertObjectDialog_Impl()
272 aName = aCnt.CreateUniqueObjectName(); in Execute()
306 … m_xObj = aCnt.CreateEmbeddedObject( pS->GetClassName().GetByteSequence(), aName ); in Execute()
367 m_xObj = aCnt.InsertEmbeddedLink( aMedium, aName ); in Execute()
369 m_xObj = aCnt.InsertEmbeddedObject( aMedium, aName ); in Execute()
511 m_xObj = aCnt.CreateEmbeddedObject( aClassId.GetByteSequence(), aName ); in Execute()
688 m_xObj = aCnt.CreateEmbeddedObject( aClassId.GetByteSequence(), aName ); in Execute()
936 m_xObj = aCnt.CreateEmbeddedObject( aClassId.GetByteSequence(), aName ); in Execute()
/trunk/main/cui/source/inc/
H A Dinsdlg.hxx48 comphelper::EmbeddedObjectContainer aCnt; member in InsertObjectDialog_Impl
/trunk/main/cui/source/options/
H A Doptlingu.cxx182 Content aCnt( rURL, uno::Reference< ::com::sun::star::ucb::XCommandEnvironment > () ); in KillFile_Impl() local
183 aCnt.executeCommand( OUString::createFromAscii( "delete" ), makeAny( sal_Bool( sal_True ) ) ); in KillFile_Impl()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1471 ::ucbhelper::Content aCnt( INetURLObject( _rURL ).GetMainURL( INetURLObject::NO_DECODE ), in GetHelpAnchor_Impl()
1473 if ( ( aCnt.getPropertyValue( ::rtl::OUString::createFromAscii( "AnchorName" ) ) >>= sAnchor ) ) in GetHelpAnchor_Impl()
/trunk/main/desktop/source/migration/
H A Dmigration.cxx577 …::ucbhelper::Content aCnt( aObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ucb::XComm… in findInstallation()
578 aCnt.isDocument(); in findInstallation()
/trunk/main/fileaccess/source/
H A DFileAccess.cxx425 bRet = aCnt.isFolder(); in isFolder()
477 Sequence< ContentInfo > aInfo = aCnt.queryCreatableContentsInfo(); in createFolder()
507 if ( !aCnt.insertNewContent( rCurr.Type, aNames, aValues, aNew ) ) in createFolder()
530 aCnt.getPropertyValue( rtl::OUString::createFromAscii( "Size" ) ) >>= nTemp; in getSize()
541 Reference< XContent > xContent = aCnt.get(); in getContentType()
580 xResultSet = aCnt.createCursor( aProps, eInclude ); in DECLARE_LIST()
649 sal_Bool bRet = aCnt.openStream( xSink ); in openFileRead()
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
[all …]
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx7283 comphelper::EmbeddedObjectContainer aCnt( rDestStorage ); in CheckForConvertToSOObj() local
7284 xObj = aCnt.InsertEmbeddedObject( aMedium, aName ); in CheckForConvertToSOObj()
7292 xObj = aCnt.InsertEmbeddedObject( aMedium, aName ); in CheckForConvertToSOObj()
7360 comphelper::EmbeddedObjectContainer aCnt( xDestStorage ); in CreateSdrOLEFromStorage() local
7477 uno::Reference < embed::XEmbeddedObject > xObj = aCnt.GetEmbeddedObject( aDstStgName ); in CreateSdrOLEFromStorage()
/trunk/main/fpicker/source/office/
H A Diodlg.cxx2077 ::ucbhelper::Content aCnt( rtl::OUString( aStdDir.GetMainURL( in PrepareExecute()
2085 = aCnt.createCursor( aProps, ::ucbhelper::INCLUDE_FOLDERS_ONLY ); in PrepareExecute()
/trunk/main/linguistic/source/
H A Dconvdiclist.cxx318 ::ucbhelper::Content aCnt( aObj.GetMainURL( INetURLObject::NO_DECODE ), in removeByName()
320 aCnt.executeCommand( OUString::createFromAscii( "delete" ), makeAny( sal_Bool( sal_True ) ) ); in removeByName()
/trunk/main/sc/source/core/data/
H A Dglobalx.cxx80 ::ucbhelper::Content aCnt( aObj.GetMainURL(INetURLObject::NO_DECODE), in InitAddIns()
86 xResultSet = aCnt.createCursor( in InitAddIns()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh8.cxx210 ::ucbhelper::Content aCnt( rURL.GetMainURL(INetURLObject::NO_DECODE), in KillFile()
212 aCnt.executeCommand( rtl::OUString::createFromAscii( "delete" ), in KillFile()
230 ::ucbhelper::Content aCnt( rURL.GetMainURL(INetURLObject::NO_DECODE), in IsDocument()
232 bRet = aCnt.isDocument(); in IsDocument()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuins2.cxx301 comphelper::EmbeddedObjectContainer aCnt( xStorage ); in FuInsertOLE() local
302 xObj = aCnt.CreateEmbeddedObject( aClassId.GetByteSequence(), aObjName ); in FuInsertOLE()
/trunk/main/sc/source/ui/view/
H A Dviewfun4.cxx715 comphelper::EmbeddedObjectContainer aCnt( xStorage ); in PasteFile() local
717 … uno::Reference < embed::XEmbeddedObject > xObj = aCnt.InsertEmbeddedObject( aMedium, aName ); in PasteFile()
H A Dviewfun7.cxx298 …comphelper::EmbeddedObjectContainer& aCnt = GetViewData()->GetViewShell()->GetObjectShell()->GetEm… in PasteObject() local
299 if ( !aCnt.HasEmbeddedObject( xObj ) ) in PasteObject()
300 aCnt.InsertEmbeddedObject( xObj, aName ); in PasteObject()
302 aName = aCnt.GetEmbeddedObjectName( xObj ); in PasteObject()
/trunk/main/sd/source/filter/eppt/
H A Dpptexsoundcollection.cxx49 ::ucbhelper::Content aCnt( aSoundURL, in ExSoundEntry()
52 …::cppu::convertPropertyValue( nVal, aCnt.getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRING… in ExSoundEntry()
104 ::ucbhelper::Content aCnt( aSoundURL, in Write()
/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx655 Content aCnt( aURL, Reference< ::com::sun::star::ucb::XCommandEnvironment > () ); in InitializeIndex() local
656 …::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > xInfo = aCnt.getProp… in InitializeIndex()
667 aCnt.getPropertyValues( aPropSeq ); in InitializeIndex()
3378 Content aCnt( aURL, Reference< ::com::sun::star::ucb::XCommandEnvironment > () ); in DoAction() local
3379 …::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > xInfo = aCnt.getProp… in DoAction()
3382 ::com::sun::star::uno::Any aAny = aCnt.getPropertyValue( PROPERTY_TITLE ); in DoAction()
H A Dsfxhelp.cxx193 ::ucbhelper::Content aCnt( INetURLObject( _rURL ).GetMainURL( INetURLObject::NO_DECODE ), in GetHelpAnchor_Impl()
195 if ( ( aCnt.getPropertyValue( ::rtl::OUString::createFromAscii( "AnchorName" ) ) >>= sAnchor ) ) in GetHelpAnchor_Impl()
/trunk/main/sfx2/source/bastyp/
H A Dhelper.cxx139 bRet = aCnt.isDocument(); in IsDocument()
171 bRet = aCnt.isFolder(); in IsFolder()
204 aCnt.getPropertyValue( OUString::createFromAscii( "Title" ) ) >>= aTemp; in GetTitle()
267 xResultSet = aCnt.createCursor( aProps, eInclude ); in GetFolderContents()
272 xDynResultSet = aCnt.createDynamicCursor( aProps, eInclude ); in GetFolderContents()
377 xDynResultSet = aCnt.createDynamicCursor( aProps, eInclude ); in GetFolderContentProperties()
493 ::ucbhelper::Content aCnt( rURL, uno::Reference< ucb::XCommandEnvironment >() ); in GetResultSet()
674 uno::Reference< io::XInputStream > xStream = aCnt.openStream(); in GetActiveHelpString()
754 bRet = aCnt.insertNewContent( aType, aNames, aValues, aNewFolder ); in MakeFolder()
809 aCnt.getPropertyValue( OUString::createFromAscii( "Size" ) ) >>= nTemp; in GetSize()
[all …]
/trunk/main/svtools/source/contnr/
H A Dcontentenumeration.cxx294 ::ucbhelper::Content aCnt( aTargetURL, xEnvironment ); in enumerateFolderContent()
297aCnt.getPropertyValue( OUString::createFromAscii( "Size" ) ) >>= pData->maSize; in enumerateFolderContent()
298aCnt.getPropertyValue( OUString::createFromAscii( "DateModified" ) ) >>= aDT; in enumerateFolderContent()
H A Dfileview.cxx891 ::ucbhelper::Content aCnt; in CreateContextMenu()
896 aCnt = ::ucbhelper::Content( aURL, mxCmdEnv ); in CreateContextMenu()
907 Reference< XCommandInfo > aCommands = aCnt.getCommands(); in CreateContextMenu()
925 Reference< XPropertySetInfo > aProps = aCnt.getProperties(); in CreateContextMenu()
1009 ::ucbhelper::Content aCnt( aURL, mxCmdEnv ); in DeleteEntries()
1010 Reference< XCommandInfo > aCommands = aCnt.getCommands(); in DeleteEntries()
1209 ::ucbhelper::Content aCnt( rContent, mxCmdEnv ); in Kill()
1210aCnt.executeCommand( OUString::createFromAscii( "delete" ), makeAny( sal_Bool( sal_True ) ) ); in Kill()
1418 ::ucbhelper::Content aCnt( mpImp->maViewURL, mpImp->mxCmdEnv ); in GetParentURL()
1419 Reference< XContent > xContent( aCnt.get() ); in GetParentURL()

Completed in 253 milliseconds

12