Home
last modified time | relevance | path

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

12

/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/unotools/source/ucbhelper/
H A Ducbhelper.cxx144 bRet = aCnt.isDocument(); in IsDocument()
175 return aCnt.getPropertyValue( rName ); in GetProperty()
205 bRet = aCnt.isFolder(); in IsFolder()
302 xResultSet = aCnt.createCursor( aProps, eInclude ); in GetFolderContents()
482 Content aCnt( rFolder, uno::Reference< XCommandEnvironment > () ); in CanMakeFolder() local
483 Sequence< ContentInfo > aInfo = aCnt.queryCreatableContentsInfo(); in CanMakeFolder()
511 Content aCnt; in MakeFolder() local
517 return MakeFolder( aCnt, aTitle, aNew, bNewOnly ); in MakeFolder()
528 Sequence< ContentInfo > aInfo = aCnt.queryCreatableContentsInfo(); in MakeFolder()
585 INetURLObject aObj( aCnt.getURL() ); in MakeFolder()
[all …]
H A Ducbstreamhelper.cxx71 ::ucbhelper::Content aCnt( rFileName, Reference < XCommandEnvironment >() ); in lcl_CreateStream()
72aCnt.executeCommand( ::rtl::OUString::createFromAscii( "delete" ), makeAny( sal_Bool( sal_True ) )… in lcl_CreateStream()
H A Dlocalfilehelper.cxx177 ::ucbhelper::Content aCnt( rFolder, Reference< XCommandEnvironment > () ); in DECLARE_LIST()
186 xResultSet = aCnt.createCursor( aProps, eInclude ); in DECLARE_LIST()
/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/sw/source/core/unocore/
H A Dswunohelper.cxx165 ucbhelper::Content aCnt( rURL, STAR_REFERENCE( ucb::XCommandEnvironment )()); in UCB_IsReadOnlyFileName() local
166 UNO_NMSPC::Any aAny = aCnt.getPropertyValue( in UCB_IsReadOnlyFileName()
218 ucbhelper::Content aCnt( rURL, STAR_REFERENCE( ucb::XCommandEnvironment )()); in UCB_GetFileListOfFolder() local
230 xResultSet = aCnt.createCursor( aProps, ::ucbhelper::INCLUDE_DOCUMENTS_ONLY ); in UCB_GetFileListOfFolder()
/trunk/main/cui/source/dialogs/
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/vcl/source/gdi/
H A Dimpgraph.cxx427 ::ucbhelper::Content aCnt( mpSwapFile->aSwapURL.GetMainURL( INetURLObject::NO_DECODE ), in ImplClear()
430 aCnt.executeCommand( ::rtl::OUString::createFromAscii( "delete" ), in ImplClear()
1280 ::ucbhelper::Content aCnt( aTmpURL.GetMainURL( INetURLObject::NO_DECODE ), in ImplReadEmbedded()
1283 aCnt.executeCommand( ::rtl::OUString::createFromAscii( "delete" ), in ImplReadEmbedded()
1464 ::ucbhelper::Content aCnt( aTmpURL.GetMainURL( INetURLObject::NO_DECODE ), in ImplSwapOut()
1467 aCnt.executeCommand( ::rtl::OUString::createFromAscii( "delete" ), in ImplSwapOut()
1566 ::ucbhelper::Content aCnt( aSwapURL, in ImplSwapIn()
1569 aCnt.executeCommand( ::rtl::OUString::createFromAscii( "delete" ), in ImplSwapIn()
/trunk/main/sc/source/ui/view/
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/svx/source/gallery2/
H A Dgalmisc.cxx280 …::ucbhelper::Content aCnt( rURL.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ucb::XCom… in FileExists()
283 aCnt.getPropertyValue( OUString::createFromAscii( "Title" ) ) >>= aTitle; in FileExists()
375 …::ucbhelper::Content aCnt( rURL.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ucb::XComm… in KillFile()
376aCnt.executeCommand( OUString::createFromAscii( "delete" ), uno::makeAny( sal_Bool( sal_True ) ) ); in KillFile()
/trunk/main/svtools/source/contnr/
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()
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()
/trunk/main/sw/source/ui/shells/
H A Dtextsh.cxx272 comphelper::EmbeddedObjectContainer aCnt; in TYPEINIT1() local
273 …svt::EmbeddedObjectRef xObj( aCnt.CreateEmbeddedObject( SvGlobalName( SO3_PLUGIN_CLASSID ).GetByte… in TYPEINIT1()
323 comphelper::EmbeddedObjectContainer aCnt; in TYPEINIT1() local
325 …xObj.Assign( aCnt.CreateEmbeddedObject( SvGlobalName( SO3_PLUGIN_CLASSID ).GetByteSequence(), sNam… in TYPEINIT1()
375 comphelper::EmbeddedObjectContainer aCnt; in TYPEINIT1() local
377 …xObj.Assign( aCnt.CreateEmbeddedObject( SvGlobalName( SO3_IFRAME_CLASSID ).GetByteSequence(), aNam… in TYPEINIT1()
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8gr.cxx175 comphelper::EmbeddedObjectContainer aCnt( pDoc->GetDocStorage() ); in TestOleNeedsGraphic()
185 … ::utl::UcbStreamHelper::CreateStream( aCnt.GetGraphicStream( xPersist->getEntryName() ) ); in TestOleNeedsGraphic()
200 … ::utl::UcbStreamHelper::CreateStream( aCnt.GetGraphicStream( pRet->GetObjRef() ) ); in TestOleNeedsGraphic()
939 comphelper::EmbeddedObjectContainer aCnt( pOleNd->GetDoc()->GetDocStorage() ); in WriteGraphicNode() local
941 … SvStream* pGraphicStream = ::utl::UcbStreamHelper::CreateStream( aCnt.GetGraphicStream( rObj ) ); in WriteGraphicNode()
/trunk/main/svtools/source/misc/
H A Dimagemgr.cxx371 …::ucbhelper::Content aCnt( rURL, ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XCommand… in GetFolderImageId_Impl()
372 if ( GetVolumeProperties_Impl( aCnt, aVolumeInfo ) ) in GetFolderImageId_Impl()
504 …::ucbhelper::Content aCnt( rURL, ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XCommand… in GetFolderDescriptionId_Impl()
505 if ( GetVolumeProperties_Impl( aCnt, aVolumeInfo ) ) in GetFolderDescriptionId_Impl()
/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/sw/source/filter/html/
H A DSwAppletImpl.cxx132 comphelper::EmbeddedObjectContainer aCnt; in CreateApplet() local
136 …xApplet = aCnt.CreateEmbeddedObject( SvGlobalName( SO3_APPLET_CLASSID ).GetByteSequence(), aName ); in CreateApplet()
H A Dhtmlplug.cxx421 comphelper::EmbeddedObjectContainer aCnt; in InsertEmbed() local
423 …uno::Reference < embed::XEmbeddedObject > xObj = aCnt.CreateEmbeddedObject( SvGlobalName( SO3_PLUG… in InsertEmbed()
890 comphelper::EmbeddedObjectContainer aCnt; in InsertFloatingFrame() local
892 …uno::Reference < embed::XEmbeddedObject > xObj = aCnt.CreateEmbeddedObject( SvGlobalName( SO3_IFRA… in InsertFloatingFrame()
/trunk/main/sw/source/core/undo/
H A Dunins.cxx426 comphelper::EmbeddedObjectContainer aCnt; in RepeatImpl() local
427 ::rtl::OUString aName = aCnt.CreateUniqueObjectName(); in RepeatImpl()
428 if ( aCnt.StoreEmbeddedObject( rSwOLE.GetOleRef(), aName, sal_True ) ) in RepeatImpl()
430 uno::Reference < embed::XEmbeddedObject > aNew = aCnt.GetEmbeddedObject( aName ); in RepeatImpl()
/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/svx/source/svdraw/
H A Dsvdotxln.cxx227 …::ucbhelper::Content aCnt( aURL.GetMainURL( INetURLObject::NO_DECODE ), ::com::sun::star::uno::Ref… in ReloadLinkedText()
228 …::com::sun::star::uno::Any aAny( aCnt.getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPAR… in ReloadLinkedText()
/trunk/main/sw/source/ui/table/
H A Dtablemgr.cxx241 comphelper::EmbeddedObjectContainer aCnt; in InsertChart() local
243 aCnt.CreateEmbeddedObject( SvGlobalName( SO3_SCH_CLASSID ).GetByteSequence(), aObjName ); in InsertChart()
/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/sw/source/ui/uiview/
H A Dviewport.cxx751 SwContentAtPos aCnt( SwContentAtPos::SW_OUTLINE ); in IMPL_LINK() local
752 pWrtShell->GetContentAtPos( aPos, aCnt ); in IMPL_LINK()
753 if( aCnt.sStr.Len() ) in IMPL_LINK()
757 sPageStr.Insert( aCnt.sStr, 0, 80 ); in IMPL_LINK()

Completed in 117 milliseconds

12