Home
last modified time | relevance | path

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

123456789

/trunk/main/sw/source/filter/xml/
H A Dxmltble.cxx1185 SvXMLElementExport aSource(*this, XML_NAMESPACE_OFFICE, in ExportTable() local
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx1441 lang::EventObject aSource (static_cast< ::cppu::OWeakObject*>(this)); in close() local
1450 … ((util::XCloseListener*)pIterator.next())->queryClosing( aSource, bDeliverOwnership ); in close()
1478 ((util::XCloseListener*)pCloseIterator.next())->notifyClosing( aSource ); in close()
/trunk/main/sc/inc/
H A Dcellsuno.hxx1085 const ::com::sun::star::table::CellRangeAddress& aSource )
1088 const ::com::sun::star::table::CellRangeAddress& aSource )
/trunk/main/framework/source/layoutmanager/
H A Dlayoutmanager.cxx2701 lang::EventObject aSource( static_cast< ::cppu::OWeakObject*>(this) ); in implts_notifyListeners() local
2710 … ((frame::XLayoutManagerListener*)pIterator.next())->layoutEvent( aSource, nEvent, aInfoParam ); in implts_notifyListeners()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx7330 const table::CellRangeAddress& aSource ) in moveRange() argument
7337 DBG_ASSERT( aSource.Sheet == GetTab_Impl(), "falsche Tabelle in CellRangeAddress" ); in moveRange()
7339 ScUnoConversion::FillScRange( aSourceRange, aSource ); in moveRange()
7347 const table::CellRangeAddress& aSource ) in copyRange() argument
7354 DBG_ASSERT( aSource.Sheet == GetTab_Impl(), "falsche Tabelle in CellRangeAddress" ); in copyRange()
7356 ScUnoConversion::FillScRange( aSourceRange, aSource ); in copyRange()
/trunk/main/svx/source/form/
H A Dfmshimp.cxx2182 …::rtl::OUString aSource = ::comphelper::getString(xActiveFormSet->getPropertyValue(FM_PROP_COMMAND… in startListening()
2183 if (aSource.getLength()) in startListening()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx371 virtual uno::Any createCollectionObject( const uno::Any& aSource );
387 ScVbaRangeAreas::createCollectionObject( const uno::Any& aSource ) in createCollectionObject() argument
389 return lcl_makeRange( mxParent, mxContext, aSource, mbIsRows, mbIsColumns ); in createCollectionObject()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx1890 SvMemoryStream aSource( pBuf, nInputSize, STREAM_READ ); in SdrPowerPointOLEDecompress() local
1891 aZCodec.Decompress( aSource, rOutput ); in SdrPowerPointOLEDecompress()

Completed in 207 milliseconds

123456789