Home
last modified time | relevance | path

Searched refs:aObj (Results 76 – 100 of 134) sorted by relevance

123456

/trunk/main/svx/source/xml/
H A Dxmlgrhlp.cxx691 const GraphicObject aObj( ImplReadGraphic( aPictureStorageName, aPictureStreamName ) ); in ImplInsertGraphicURL() local
693 if( aObj.GetType() != GRAPHIC_NONE ) in ImplInsertGraphicURL()
697 maGrfObjs.push_back( aObj ); in ImplInsertGraphicURL()
699 rURLPair.second += String( aObj.GetUniqueID().GetBuffer(), RTL_TEXTENCODING_ASCII_US ); in ImplInsertGraphicURL()
/trunk/main/unotools/source/ucbhelper/
H A Dlocalfilehelper.cxx145 INetURLObject aObj( rName ); in ConvertURLToPhysicalName() local
147 if ( aObj.GetProtocol() == aLocal.GetProtocol() ) in ConvertURLToPhysicalName()
/trunk/main/cppuhelper/qa/ifcontainer/
H A Dcppu_ifcontainer.cxx153 EventObject aObj; in TEST_F() local
154 pContainer->disposeAndClear(aObj); in TEST_F()
/trunk/main/cui/source/tabpages/
H A Dbackgrnd.cxx1465 INetURLObject aObj( aBgdGraphicPath ); in IMPL_LINK() local
1467 if ( aObj.GetProtocol() == INET_PROT_FILE ) in IMPL_LINK()
1468 aFilePath = aObj.getFSysPath( INetURLObject::FSYS_DETECT ); in IMPL_LINK()
1869 INetURLObject aObj( *pStrLink ); in FillControls_Impl() local
1870 DBG_ASSERT( aObj.GetProtocol() != INET_PROT_NOT_VALID, "Invalid URL!" ); in FillControls_Impl()
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx962 INetURLObject aObj( rBaseURL ); in LoadBasicManager() local
963 if ( aObj.GetProtocol() == INET_PROT_FILE ) in LoadBasicManager()
964 aRealStorageName = aObj.PathToFileName(); in LoadBasicManager()
989 INetURLObject aObj( aRealStorageName, INET_PROT_FILE ); in LoadBasicManager() local
990 aObj.removeSegment(); in LoadBasicManager()
992 aObj = aObj.smartRel2Abs( pInfo->GetRelStorageName(), bWasAbsolute ); in LoadBasicManager()
/trunk/main/sfx2/source/inet/
H A Dinettbc.cxx106 INetURLObject aObj( rName ); in OpenURL() local
107 if ( aObj.GetProtocol() == INET_PROT_NOT_VALID ) in OpenURL()
/trunk/main/svx/source/tbxctrls/
H A Dlboxctrl.cxx214 INetURLObject aObj( m_aCommandURL ); in IMPL_LINK() local
217 aArgs[0].Name = aObj.GetURLPath(); in IMPL_LINK()
H A Ditemwin.cxx359 INetURLObject aObj( maCommand ); in Select() local
363 aArgs[0].Name = aObj.GetURLPath(); in Select()
/trunk/main/sfx2/source/appl/
H A Dappopen.cxx636 INetURLObject aObj( aTemplateFileName ); in NewDocExec_Impl() local
637 SfxErrorContext aEC( ERRCTX_SFX_LOADTEMPLATE, aObj.PathToFileName() ); in NewDocExec_Impl()
654 DBG_ASSERT( aObj.GetProtocol() != INET_PROT_NOT_VALID, "Illegal URL!" ); in NewDocExec_Impl()
656 SfxStringItem aName( SID_FILE_NAME, aObj.GetMainURL( INetURLObject::NO_DECODE ) ); in NewDocExec_Impl()
H A Dhelpinterceptor.cxx317 INetURLObject aObj( Event.FeatureURL.Complete ); in statusChanged() local
318 aFactory = aObj.GetHost(); in statusChanged()
H A Dnewhelp.cxx3152 INetURLObject aObj( sURL ); in openDone() local
3153 if ( aObj.GetProtocol() == INET_PROT_VND_SUN_STAR_HELP ) in openDone()
3154 SetFactory( aObj.GetHost() ); in openDone()
3301 INetURLObject aObj( rURL ); in SetHelpURL() local
3302 if ( aObj.GetProtocol() == INET_PROT_VND_SUN_STAR_HELP ) in SetHelpURL()
3303 SetFactory( aObj.GetHost() ); in SetHelpURL()
/trunk/main/svx/source/dialog/
H A Dhyprlink.cxx670 …INetURLObject aObj( URIHelper::SmartRel2Abs( INetURLObject(aBase), sURL, URIHelper::GetMaybeFileHd… in SendToApp() local
673 sURL = aObj.GetMainURL( INetURLObject::NO_DECODE ); in SendToApp()
674 if ( aObj.GetProtocol() == INET_PROT_FILE ) in SendToApp()
H A Dimapwnd.cxx867 INetURLObject aObj( aURLText, INET_PROT_FILE ); in DoPropertyDialog() local
868 DBG_ASSERT( aObj.GetProtocol() != INET_PROT_NOT_VALID, "Invalid URL" ); in DoPropertyDialog()
869 pIMapObj->SetURL( aObj.GetMainURL( INetURLObject::NO_DECODE ) ); in DoPropertyDialog()
/trunk/main/svl/source/misc/
H A Durihelper.cxx879 INetURLObject aObj(rURI, eEncodeMechanism, eCharset); in removePassword() local
880 return aObj.HasError() ? in removePassword()
882 String(aObj.GetURLNoPass(eDecodeMechanism, eCharset)); in removePassword()
/trunk/main/svtools/source/uno/
H A Dsvtxgridcontrol.cxx774 EventObject aObj; in dispose() local
775 aObj.Source = (::cppu::OWeakObject*)this; in dispose()
776 m_aSelectionListeners.disposeAndClear( aObj ); in dispose()
/trunk/main/filter/source/msfilter/
H A Dmsoleexp.cxx134 svt::EmbeddedObjectRef aObj( rObj, embed::Aspects::MSOLE_CONTENT ); in ExportOLEObject() local
135 ExportOLEObject( aObj, rDestStg ); in ExportOLEObject()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java207 final Object aObj = _xSectionToClear.getByIndex(0); in emptySection() local
208 final XShape aShape = UnoRuntime.queryInterface(XShape.class, aObj); in emptySection()
300 final Object aObj = xContainer.getByName(sName); in getUsedStyle() local
301 final XStyle xStyle = UnoRuntime.queryInterface(XStyle.class, aObj); in getUsedStyle()
/trunk/main/basic/source/classes/
H A Dsbxmod.cxx162 Any aObj = pUnoObj->getUnoAny(); in DocObjectWrapper() local
163 aObj >>= xIf; in DocObjectWrapper()
2164 SbObjModule::SetUnoObject( const uno::Any& aObj ) throw ( uno::RuntimeException ) in SetUnoObject() argument
2167 if ( pUnoObj && pUnoObj->getUnoAny() == aObj ) // object is equal, nothing to do in SetUnoObject()
2169 pDocObject = new SbUnoObject( GetName(), uno::makeAny( aObj ) ); in SetUnoObject()
2171 …com::sun::star::uno::Reference< com::sun::star::lang::XServiceInfo > xServiceInfo( aObj, com::sun:… in SetUnoObject()
/trunk/main/reportdesign/source/ui/report/
H A DReportControllerObserver.cxx161 const uno::Any aObj = xSection->getByIndex(i); in IMPL_LINK() local
162 … uno::Reference < report::XReportComponent > xReportComponent(aObj, uno::UNO_QUERY); in IMPL_LINK()
/trunk/main/desktop/source/app/
H A Ddispatchwatcher.cxx295 INetURLObject aObj( aName ); in executeDispatchRequests() local
296 if ( aObj.GetProtocol() == INET_PROT_PRIVATE ) in executeDispatchRequests()
/trunk/main/reportdesign/qa/complex/reportdesign/
H A DReportDesignerTest.java364 Object aObj = xNameAccess.getByName(sFileURL); in startTestForFile() local
368 … XDocumentDataSource xDataSource = UnoRuntime.queryInterface(XDocumentDataSource.class, aObj); in startTestForFile()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DReportDesignerTest.java392 Object aObj = xNameAccess.getByName(sFileURL); in startTestForFile() local
396 …urce xDataSource = (XDocumentDataSource)UnoRuntime.queryInterface(XDocumentDataSource.class, aObj); in startTestForFile()
/trunk/main/sw/source/core/unocore/
H A Dunofield.cxx798 INetURLObject aObj; in SV_IMPL_PTRARR() local
799 aObj.SetURL( aDataSource ); in SV_IMPL_PTRARR()
800 sal_Bool bIsURL = aObj.GetProtocol() != INET_PROT_NOT_VALID; in SV_IMPL_PTRARR()
848 INetURLObject aObj; in SV_IMPL_PTRARR() local
849 aObj.SetURL( sParam5 ); // SetSmartURL in SV_IMPL_PTRARR()
850 sal_Bool bIsURL = aObj.GetProtocol() != INET_PROT_NOT_VALID; in SV_IMPL_PTRARR()
/trunk/main/sc/source/ui/view/
H A Ddbfunc3.cxx645 ScDPObject aObj( rSource ); in MakePivotTable() local
646 aObj.SetOutRange( aDestRange ); in MakePivotTable()
659 aObj.SetSaveData( aNewData ); in MakePivotTable()
662 aObj.SetSaveData( rData ); in MakePivotTable()
667 bool bSuccess = aFunc.DataPilotUpdate( pDPObj, &aObj, sal_True, sal_False, bAllowMove ); in MakePivotTable()
/trunk/main/sc/source/filter/excel/
H A Dxlchart.cxx624 Any aObj; in GetObject() local
630 aObj = mxContainer->getByName( rObjName ); in GetObject()
637 return aObj; in GetObject()

Completed in 201 milliseconds

123456