Home
last modified time | relevance | path

Searched refs:rRange (Results 251 – 275 of 336) sorted by relevance

1...<<11121314

/trunk/main/drawinglayer/source/texture/
H A Dtexture.cxx713 const basegfx::B2DRange& rRange, in GeoTexSvxTiled() argument
716 : maRange(rRange), in GeoTexSvxTiled()
/trunk/main/sc/source/filter/rtf/
H A Deeimpars.cxx73 ScEEImport::ScEEImport( ScDocument* pDocP, const ScRange& rRange ) : in ScEEImport() argument
74 maRange( rRange ), in ScEEImport()
/trunk/main/svx/inc/svx/
H A Dcharthelper.hxx51 basegfx::B2DRange& rRange);
H A Dsdrpagewindow.hxx119 void InvalidatePageWindow(const basegfx::B2DRange& rRange);
/trunk/main/sfx2/inc/
H A Didpool.hxx43 sal_Bool Lock( const Range& rRange );
/trunk/main/vcl/source/gdi/
H A Dimpgraph.cxx754 const basegfx::B2DRange& rRange = maSvgData->getRange(); in ImplGetPrefSize() local
756 … aSize = Size(basegfx::fround(rRange.getWidth()), basegfx::fround(rRange.getHeight())); in ImplGetPrefSize()
/trunk/main/sc/source/core/data/
H A Ddocumen2.cxx1258 ScLookupCache & ScDocument::GetLookupCache( const ScRange & rRange ) in GetLookupCache() argument
1263 ScLookupCacheMap::iterator it( pLookupCacheMapImpl->aCacheMap.find( rRange)); in GetLookupCache()
1266 pCache = new ScLookupCache( this, rRange); in GetLookupCache()
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx968 const ScRange& rRange = *(aRangeList.GetObject(0)); in getSelection() local
969 if (rRange.aStart == rRange.aEnd) in getSelection()
970 pObj = new ScCellObj( pDocSh, rRange.aStart ); in getSelection()
972 pObj = new ScCellRangeObj( pDocSh, rRange ); in getSelection()
/trunk/main/editeng/source/uno/
H A Dunotext.cxx272 SvxUnoTextRangeBase::SvxUnoTextRangeBase( const SvxUnoTextRangeBase& rRange ) throw() in SvxUnoTextRangeBase() argument
281 , mpPropSet(rRange.getPropertySet()) in SvxUnoTextRangeBase()
285 mpEditSource = rRange.mpEditSource ? rRange.mpEditSource->Clone() : NULL; in SvxUnoTextRangeBase()
290 maSelection = rRange.maSelection; in SvxUnoTextRangeBase()
/trunk/main/svx/inc/svx/sdr/overlay/
H A Doverlaymanagerbuffered.hxx92 virtual void invalidateRange(const basegfx::B2DRange& rRange);
/trunk/main/sc/inc/
H A Dclipparam.hxx48 ScClipParam(const ScRange& rRange, bool bCutMode);
H A Ddetdata.hxx91 const ScRange& rRange, SCsCOL nDx, SCsROW nDy, SCsTAB nDz );
H A Darealink.hxx51 sal_Bool FindExtRange( ScRange& rRange, ScDocument* pSrcDoc, const String& rAreaName );
/trunk/main/slideshow/source/inc/
H A Dviewlayer.hxx119 virtual void setPriority( const basegfx::B1DRange& rRange ) = 0;
/trunk/main/sc/source/filter/inc/
H A Deeimport.hxx53 ScEEImport( ScDocument* pDoc, const ScRange& rRange );
H A Dxename.hxx55 sal_uInt16 InsertBuiltInName( sal_Unicode cBuiltIn, const ScRange& rRange );
/trunk/main/sc/source/ui/inc/
H A Dpntlock.hxx43 void AddRange( const ScRange& rRange, sal_uInt16 nP );
H A Dcrnrdlg.hxx88 void UpdateRangeData ( const ScRange& rRange, sal_Bool bColName );
/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dsdrfillgraphicattribute.hxx90 FillGraphicAttribute createFillGraphicAttribute(const basegfx::B2DRange& rRange) const;
/trunk/main/basegfx/inc/basegfx/tools/
H A Ddebugplotter.hxx84 void plot( const B2DRange& rRange,
/trunk/main/sw/inc/
H A Dswserv.hxx75 virtual void SendDataChanged( const SwPaM& rRange );
H A Dcrsrsh.hxx835 … ::com::sun::star::uno::Reference<com::sun::star::text::XTextRange>& rRange );
840 … ::com::sun::star::uno::Reference<com::sun::star::text::XTextRange>& rRange ) const;
/trunk/main/vcl/source/control/
H A Dslider.cxx1019 void Slider::SetRange( const Range& rRange ) in SetRange() argument
1022 Range aRange = rRange; in SetRange()
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx331 void PopDoubleRef( ScRange & rRange, short & rParam, size_t & rRefInList );
369 sal_Bool DoubleRefToPosSingleRef( const ScRange& rRange, ScAddress& rAdr );
/trunk/main/sw/source/ui/fldui/
H A Dfldmgr.cxx434 const SwFldGroupRgn& rRange = GetGroupRange(bHtmlMode, i); in GetGroup() local
435 for (sal_uInt16 nPos = rRange.nStart; nPos < rRange.nEnd; nPos++) in GetGroup()

Completed in 133 milliseconds

1...<<11121314