Home
last modified time | relevance | path

Searched refs:rC (Results 1 – 16 of 16) sorted by relevance

/trunk/main/sc/inc/
H A Dscmatrix.hxx222 void GetDimensions( SCSIZE& rC, SCSIZE& rR) const in GetDimensions() argument
223 { rC = nColCount; rR = nRowCount; }; in GetDimensions()
237 inline bool ValidColRowReplicated( SCSIZE & rC, SCSIZE & rR ) const in ValidColRowReplicated() argument
241 rC = 0; in ValidColRowReplicated()
247 rC = 0; in ValidColRowReplicated()
250 else if (nRowCount == 1 && rC < nColCount) in ValidColRowReplicated()
264 inline bool ValidColRowOrReplicated( SCSIZE & rC, SCSIZE & rR ) const in ValidColRowOrReplicated() argument
266 return ValidColRow( rC, rR) || ValidColRowReplicated( rC, rR); in ValidColRowOrReplicated()
/trunk/main/sw/source/core/inc/
H A Dswcache.hxx149 SwSaveSetLRUOfst( SwCache &rC, const sal_uInt16 nOfst ) in SwSaveSetLRUOfst() argument
150 : rCache( rC ) { rCache.SetLRUOfst( nOfst ); } in SwSaveSetLRUOfst()
271 inline SwCacheAccess::SwCacheAccess( SwCache &rC, const void *pOwn, sal_Bool bSeek ) : in SwCacheAccess() argument
272 rCache( rC ), in SwCacheAccess()
280 inline SwCacheAccess::SwCacheAccess( SwCache &rC, const void *pOwn, in SwCacheAccess() argument
282 rCache( rC ), in SwCacheAccess()
/trunk/main/sw/source/filter/inc/
H A Dfltbase.hxx43 inline void ReadChar( char &rC );
57 inline void SwFilterBase::ReadChar( char &rC ) in ReadChar() argument
59 *pIn >> rC; in ReadChar()
/trunk/main/sw/inc/
H A Dswcrsr.hxx229 SwCrsrSaveState( SwCursor& rC ) : rCrsr( rC ) { rC.SaveState(); } in SwCrsrSaveState() argument
/trunk/main/basegfx/source/polygon/
H A Db2dpolygontriangulator.cxx135 void createTriangle(const B2DPoint& rA, const B2DPoint& rB, const B2DPoint& rC);
223 void Triangulator::createTriangle(const B2DPoint& rA, const B2DPoint& rB, const B2DPoint& rC) in createTriangle() argument
227 maResult.append(rC); in createTriangle()
H A Db2dpolygontools.cxx2293 …bool isPointInTriangle(const B2DPoint& rA, const B2DPoint& rB, const B2DPoint& rC, const B2DPoint&… in isPointInTriangle() argument
2295 if(arePointsOnSameSideOfLine(rA, rB, rC, rCandidate, bWithBorder)) in isPointInTriangle()
2297 if(arePointsOnSameSideOfLine(rB, rC, rA, rCandidate, bWithBorder)) in isPointInTriangle()
2299 if(arePointsOnSameSideOfLine(rC, rA, rB, rCandidate, bWithBorder)) in isPointInTriangle()
/trunk/main/sc/source/ui/inc/
H A Dhiranges.hxx38 ScHighlightEntry( const ScRange& rR, const Color& rC ) : in ScHighlightEntry()
39 aRef(rR), aColor(rC) {} in ScHighlightEntry()
H A Dundotab.hxx258 const String& rN, const String& rC,
/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx1777 double lcl_DistancePoint2Segment( const Point& rA, const Point& rB, const Point& rC ) in lcl_DistancePoint2Segment() argument
1781 const basegfx::B2DVector aBC( rC.X() - rB.X(), rC.Y() - rB.Y() ); in lcl_DistancePoint2Segment()
1789 const basegfx::B2DVector aAC( rC.X() - rA.X(), rC.Y() - rA.Y() ); in lcl_DistancePoint2Segment()
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.hxx849 inline void Complex::Sub( const Complex& rC ) in Sub() argument
851 Num -= rC.Num; in Sub()
853 if( !c ) c = rC.c; in Sub()
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx2063 … const sal_Int16 nColorSpace, sal_Int32& rMode, sal_Int32& rA, sal_Int32& rB, sal_Int32& rC ) const in getColorAny()
2077 rC = (sal_uInt8)( nColor ); in getColorAny()
2083 rC = (sal_Int32) ( aHSL[ 2 ] * 255.0 ); in getColorAny()
H A Dpptexanimations.hxx81 …const sal_Int16 nColorSpace, sal_Int32& rMode, sal_Int32& rA, sal_Int32& rB, sal_Int32& rC ) const;
/trunk/main/filter/inc/filter/msfilter/
H A Descherex.hxx978 …nnectorListEntry( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > & rC, in EscherConnectorListEntry()
983 mXConnector ( rC ), in EscherConnectorListEntry()
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolygontools.hxx414 … isPointInTriangle(const B2DPoint& rA, const B2DPoint& rB, const B2DPoint& rC, const B2DPoint& rCa…
/trunk/main/sc/source/ui/undo/
H A Dundotab.cxx837 const String& rN, const String& rC, in ScUndoMakeScenario() argument
844 aComment( rC ), in ScUndoMakeScenario()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx1105 ShadeColor( const Color& rC, double fR ) : aColor( rC ), fDist( fR ) {}; in ShadeColor()

Completed in 137 milliseconds