Home
last modified time | relevance | path

Searched refs:xSrc (Results 1 – 22 of 22) sorted by relevance

/trunk/main/x11_extensions/inc/
H A DXrender.h321 int xSrc,
335 int xSrc,
349 int xSrc,
362 int xSrc,
375 int xSrc,
388 int xSrc,
419 int xSrc,
430 int xSrc,
441 int xSrc,
452 int xSrc,
[all …]
H A Drenderproto.h309 INT16 xSrc B16;
329 INT16 xSrc B16;
349 INT16 xSrc B16;
365 INT16 xSrc B16;
381 INT16 xSrc B16;
397 INT16 xSrc B16;
462 INT16 xSrc B16;
/trunk/main/svtools/source/filter/wmf/
H A Denhwmf.cxx836 sal_Int32 xSrc, ySrc; in ReadEnhWMF() local
843 *pWMF >> xDest >> yDest >> cxDest >> cyDest >> aFunc >> xSrc >> ySrc in ReadEnhWMF()
877 ( xSrc >= 0 ) && ( ySrc >= 0 ) && in ReadEnhWMF()
881 Rectangle aCropRect( Point( xSrc, ySrc ), Size( cxSrc, cySrc ) ); in ReadEnhWMF()
892 sal_Int32 xDest, yDest, cxDest, cyDest, xSrc, ySrc, cxSrc, cySrc; in ReadEnhWMF() local
899 *pWMF >> xDest >> yDest >> cxDest >> cyDest >> dwRop >> xSrc >> ySrc in ReadEnhWMF()
939 ( xSrc >= 0 ) && ( ySrc >= 0 ) && in ReadEnhWMF()
940 ( xSrc + cxSrc <= aBitmap.GetSizePixel().Width() ) && in ReadEnhWMF()
954 sal_Int32 xDest, yDest, xSrc, ySrc, cxSrc, cySrc, cxDest, cyDest; in ReadEnhWMF() local
993 ( xSrc >= 0 ) && ( ySrc >= 0 ) && in ReadEnhWMF()
[all …]
/trunk/main/starmath/source/
H A Deqnolefilehdr.cxx65 SvStorageStreamRef xSrc = pStor->OpenSotStream( in GetMathTypeVersion() local
68 if ( (!xSrc.Is()) || (SVSTREAM_OK != xSrc->GetError())) in GetMathTypeVersion()
70 SvStorageStream *pS = &xSrc; in GetMathTypeVersion()
H A Dmathtype.cxx696 SvStorageStreamRef xSrc = pStor->OpenSotStream( in Parse() local
699 if ( (!xSrc.Is()) || (SVSTREAM_OK != xSrc->GetError())) in Parse()
701 pS = &xSrc; in Parse()
2082 SvStorageStreamRef xSrc = pStor->OpenSotStream(C2S("Equation Native")); in ConvertFromStarMath() local
2083 if ( (!xSrc.Is()) || (SVSTREAM_OK != xSrc->GetError())) in ConvertFromStarMath()
2086 pS = &xSrc; in ConvertFromStarMath()
/trunk/main/filter/source/msfilter/
H A Dsvxmsbas2.cxx51 … SotStorageRef xSrc = SotStorage::OpenOLEStorage( xSrcRoot, aDstStgName, STREAM_STD_READ ); in SaveOrDelMSVBAStorage() local
53 xSrc->CopyTo( xDst ); in SaveOrDelMSVBAStorage()
57 nError = xSrc->GetError(); in SaveOrDelMSVBAStorage()
H A Dsvxmsbas.cxx218 SotStorageRef xSrc = xRoot->OpenSotStorage( rStorageName, STREAM_STD_READ ); in CopyStorage_Impl() local
221 xSrc->CopyTo( xDst ); in CopyStorage_Impl()
225 nError = xSrc->GetError(); in CopyStorage_Impl()
/trunk/main/chart2/source/model/template/
H A DDataInterpreter.cxx217 Reference< data::XDataSource > xSrc( aSeries[i], uno::UNO_QUERY_THROW ); in isDataCompatible() local
218 Sequence< Reference< data::XLabeledDataSequence > > aSeq( xSrc->getDataSequences()); in isDataCompatible()
301 Reference< data::XDataSource > xSrc( aSeries[nSeriesIdx], uno::UNO_QUERY_THROW ); in mergeInterpretedData() local
302 Sequence< Reference< data::XLabeledDataSequence > > aSeq( xSrc->getDataSequences()); in mergeInterpretedData()
H A DXYDataInterpreter.cxx252 Reference< data::XDataSource > xSrc( aSeries[i], uno::UNO_QUERY_THROW ); in isDataCompatible() local
253 Sequence< Reference< data::XLabeledDataSequence > > aSeq( xSrc->getDataSequences()); in isDataCompatible()
H A DBubbleDataInterpreter.cxx291 Reference< data::XDataSource > xSrc( aSeries[i], uno::UNO_QUERY_THROW ); in isDataCompatible() local
292 Sequence< Reference< data::XLabeledDataSequence > > aSeq( xSrc->getDataSequences()); in isDataCompatible()
H A DStockDataInterpreter.cxx314 Reference< data::XDataSource > xSrc( aSeries[i], uno::UNO_QUERY_THROW ); in isDataCompatible() local
315 Sequence< Reference< data::XLabeledDataSequence > > aSeq( xSrc->getDataSequences()); in isDataCompatible()
/trunk/main/sw/source/core/swg/
H A DSwXMLTextBlocks1.cxx434 uno::Reference<io::XActiveDataSource> xSrc(xWriter, uno::UNO_QUERY); in PutBlockText() local
435 xSrc->setOutputStream(xOut); in PutBlockText()
582 uno::Reference<io::XActiveDataSource> xSrc(xWriter, uno::UNO_QUERY); in WriteInfo() local
583 xSrc->setOutputStream(xOut); in WriteInfo()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DChartDataWrapper.cxx643 uno::Reference< uno::XInterface > xSrc( static_cast< cppu::OWeakObject* >( this )); in fireChartDataChangeEvent() local
644 OSL_ASSERT( xSrc.is()); in fireChartDataChangeEvent()
645 if( xSrc.is() ) in fireChartDataChangeEvent()
646 aEvent.Source = xSrc; in fireChartDataChangeEvent()
/trunk/main/linguistic/source/
H A Ddlistimp.cxx148 uno::Reference< XInterface > xSrc( rSource.Source ); in disposing() local
151 if (xSrc.is()) in disposing()
152 aDicListEvtListeners.removeInterface( xSrc ); in disposing()
157 uno::Reference< XDictionary > xDic( xSrc, UNO_QUERY ); in disposing()
/trunk/main/sw/source/filter/html/
H A Dhtmlform.cxx379 uno::Reference< XImageProducerSupplier > xSrc; member in SwHTMLImageWatcher
394 void start() { xSrc->getImageProducer()->startProduction(); } in start()
435 xSrc = uno::Reference< XImageProducerSupplier >( xControlModel, UNO_QUERY ); in SwHTMLImageWatcher()
436 ASSERT( xSrc.is(), "Kein XImageProducerSupplier" ); in SwHTMLImageWatcher()
450 xSrc->getImageProducer()->addConsumer( xThis ); in SwHTMLImageWatcher()
465 uno::Reference<awt::XImageProducer> xProd = xSrc->getImageProducer(); in clear()
/trunk/main/xmloff/source/meta/
H A Dxmlversion.cxx399 Reference< io::XActiveDataSource > xSrc( xWriter, uno::UNO_QUERY ); in store() local
400 xSrc->setOutputStream(xOut); in store()
/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx2208 uno::Reference<io::XActiveDataSource> xSrc(xWriter, uno::UNO_QUERY); in SaveExceptList_Imp() local
2209 xSrc->setOutputStream(xOut); in SaveExceptList_Imp()
2635 uno::Reference<io::XActiveDataSource> xSrc(xWriter, uno::UNO_QUERY); in MakeBlocklist_Imp() local
2636 xSrc->setOutputStream(xOut); in MakeBlocklist_Imp()
/trunk/main/sc/inc/
H A Ddpoutput.hxx133 com::sun::star::sheet::XDimensionsSupplier>& xSrc,
/trunk/main/sc/workben/
H A Dtest.cxx2013 XCellRangeSourceRef xSrc = (XCellRangeSource*) in IMPL_LINK() local
2015 if (!xSrc) return 0; in IMPL_LINK()
2016 XCellRangeRef xRange = xSrc->getReferredCells(); in IMPL_LINK()
/trunk/main/sc/source/filter/xml/
H A Dxmlwrap.cxx785 uno::Reference<io::XActiveDataSource> xSrc( xWriter, uno::UNO_QUERY ); in ExportToComponent() local
786 xSrc->setOutputStream( xOut ); in ExportToComponent()
/trunk/main/sc/source/core/data/
H A Ddpoutput.cxx354 ScDPOutput::ScDPOutput( ScDocument* pD, const uno::Reference<sheet::XDimensionsSupplier>& xSrc, in ScDPOutput() argument
357 xSource( xSrc ), in ScDPOutput()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx451 SvStorageRef xSrc = xSrcStg->OpenSotStorage( sStorageName, in ImportOLE() local
456 rReader.pFormImpl->ReadOCXStream(xSrc,&xShape,true)) in ImportOLE()

Completed in 151 milliseconds