Home
last modified time | relevance | path

Searched refs:aSource (Results 76 – 100 of 208) sorted by relevance

123456789

/trunk/main/tools/bootstrp/
H A Dcppdep.cxx77 sal_Bool CppDep::AddSource( const char* aSource ) in AddSource() argument
79 ByteString *pStr = new ByteString( aSource ); in AddSource()
/trunk/main/sw/source/ui/vba/
H A Dvbaparagraph.cxx147 SwVbaParagraphs::createCollectionObject( const css::uno::Any& aSource ) in createCollectionObject() argument
149 uno::Reference< text::XTextRange > xTextRange( aSource, uno::UNO_QUERY_THROW ); in createCollectionObject()
H A Dvbadocuments.cxx105 SwVbaDocuments::createCollectionObject( const uno::Any& aSource ) in createCollectionObject() argument
107 uno::Reference< text::XTextDocument > xDoc( aSource, uno::UNO_QUERY_THROW ); in createCollectionObject()
H A Dvbasections.cxx160 SwVbaSections::createCollectionObject( const css::uno::Any& aSource ) in createCollectionObject() argument
162 return aSource; in createCollectionObject()
H A Dvbabookmarks.cxx134 SwVbaBookmarks::createCollectionObject( const css::uno::Any& aSource ) in createCollectionObject() argument
136 uno::Reference< container::XNamed > xNamed( aSource, uno::UNO_QUERY_THROW ); in createCollectionObject()
/trunk/main/basegfx/test/
H A Dbasegfx2d.cxx586 B2DHomMatrix aSource; in impDecomposeComposeTest() local
587 impFillMatrix(aSource, fScaleX, fScaleY, fShearX, fRotate); in impDecomposeComposeTest()
594 bool bWorked = aSource.decompose(aDScale, aDTrans, fDRot, fDShX); in impDecomposeComposeTest()
601 return bWorked && aSource == aRecombined; in impDecomposeComposeTest()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleDataPilotSource.java776 String aSource = com.sun.star.uno.AnyConverter.toString(aArguments[0]); in initialize() local
777 if ( aSource != null && aSource.length() > 0) in initialize()
779 int nValue = Integer.parseInt( aSource ); in initialize()
/trunk/main/svtools/source/hatchwindow/
H A Ddocumentcloser.cxx161 lang::EventObject aSource( static_cast< ::cppu::OWeakObject* >(this) ); in dispose() local
163 m_pListenersContainer->disposeAndClear( aSource ); in dispose()
/trunk/main/odk/examples/DevelopersGuide/Accessibility/
H A DEventHandler.java292 Object aSource, in handleGenericEvent() argument
299 XAccessibleContext xContext = objectToContext (aSource); in handleGenericEvent()
/trunk/main/sc/source/filter/xml/
H A DXMLChangeTrackingImportHelper.hxx116 ScMyMoveRanges(const ScBigRange& aSource, const ScBigRange aTarget) : in ScMyMoveRanges()
117 aSourceRange(aSource), aTargetRange(aTarget) {} in ScMyMoveRanges()
/trunk/main/embeddedobj/source/commonembedding/
H A Dembedobj.cxx131 lang::EventObject aSource( static_cast< ::cppu::OWeakObject* >( this ) ); in StateChangeNotification_Impl() local
142 … ((embed::XStateChangeListener*)pIterator.next())->changingState( aSource, nOldState, nNewState ); in StateChangeNotification_Impl()
144 … ((embed::XStateChangeListener*)pIterator.next())->stateChanged( aSource, nOldState, nNewState ); in StateChangeNotification_Impl()
/trunk/main/basic/source/runtime/
H A Dstep0.cxx1369 String aSource = pTos->GetString(); in StepRENAME() local
1374 implStepRenameUCB( aSource, aDest ); in StepRENAME()
1380 DirEntry aSourceDirEntry( aSource ); in StepRENAME()
1389 implStepRenameOSL( aSource, aDest ); in StepRENAME()
/trunk/main/sc/source/ui/vba/
H A Dvbaaxes.cxx176 ScVbaAxes::createCollectionObject(const css::uno::Any& aSource) in createCollectionObject() argument
178 return aSource; // pass through ( it's already an XAxis object in createCollectionObject()
H A Dvbachartobjects.cxx165 ScVbaChartObjects::createCollectionObject( const css::uno::Any& aSource ) in createCollectionObject() argument
167 uno::Reference< table::XTableChart > xTableChart( aSource, uno::UNO_QUERY_THROW ); in createCollectionObject()
H A Dvbanames.cxx178 ScVbaNames::createCollectionObject( const uno::Any& aSource ) in createCollectionObject() argument
180 uno::Reference< sheet::XNamedRange > xName( aSource, uno::UNO_QUERY ); in createCollectionObject()
/trunk/main/svl/source/fsstor/
H A Doinputstreamcontainer.cxx307 lang::EventObject aSource( static_cast< ::cppu::OWeakObject*>( this ) ); in dispose() local
308 m_pListenersContainer->disposeAndClear( aSource ); in dispose()
/trunk/main/sc/source/core/data/
H A Ddocumen3.cxx970 ScRange aSource; in UpdateTranspose() local
973 aSource = *rClipParam.maRanges.First(); in UpdateTranspose()
981 aSource.aStart.SetTab( nClipTab ); in UpdateTranspose()
982 aSource.aEnd.SetTab( nClipTab ); in UpdateTranspose()
987 pRangeName->UpdateTranspose( aSource, aDest ); // vor den Zellen! in UpdateTranspose()
990 pTab[i]->UpdateTranspose( aSource, aDest, pUndoDoc ); in UpdateTranspose()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindowListBox.cxx339 pCont->AddConnection(m_aDropInfo.aSource, m_aDropInfo.aDest);
354 m_aDropInfo.aSource = OJoinExchangeData(this); in ExecuteDrop()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashapes.cxx99 ScVbaShapes::createCollectionObject( const css::uno::Any& aSource ) throw (uno::RuntimeException) in createCollectionObject() argument
101 if( aSource.hasValue() ) in createCollectionObject()
103 uno::Reference< drawing::XShape > xShape( aSource, uno::UNO_QUERY_THROW ); in createCollectionObject()
/trunk/main/offapi/com/sun/star/sheet/
H A DXNamedRanges.idl104 @param aSource
111 [in] com::sun::star::table::CellRangeAddress aSource,
/trunk/main/offapi/com/sun/star/plugin/
H A DXPluginContext.idl159 @param aSource
165 [in] com::sun::star::io::XActiveDataSource aSource )
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DInterceptor.java589 public /*ONEAY*/ void disposing(/*IN*/ com.sun.star.lang.EventObject aSource) in disposing() argument
595 if (m_xFrame!=null && UnoRuntime.areSame(aSource.Source,m_xFrame)) in disposing()
/trunk/main/chart2/source/tools/
H A DTitleHelper.cxx277 rtl::OUStringBuffer aSource(rNewText); in setCompleteString() local
283 sal_Unicode aChar = aSource.charAt( nPos ); in setCompleteString()
/trunk/main/comphelper/source/misc/
H A Dinstancelocker.cxx87 lang::EventObject aSource( static_cast< ::cppu::OWeakObject* >(this) ); in dispose() local
89 m_pListenersContainer->disposeAndClear( aSource ); in dispose()
/trunk/main/sc/source/ui/view/
H A Dcellsh1.cxx2032 String aSource; in ExecuteEdit() local
2040 aSource = pSource->GetValue(); in ExecuteEdit()
2068 ExecuteExternalSource( aFile, aFilter, aOptions, aSource, nRefresh, rReq ); in ExecuteEdit()
2174 ScRange aSource( nClipStartX, nClipStartY, nSourceTab, nClipEndX, nClipEndY, nSourceTab ); in PasteFromClipboard() local
2175 sal_Bool bDone = pTabViewShell->DataPilotMove( aSource, pViewData->GetCurPos() ); in PasteFromClipboard()

Completed in 139 milliseconds

123456789