/aoo41x/main/sc/inc/ |
H A D | scmatrix.hxx | 222 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()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | swcache.hxx | 149 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()
|
/aoo41x/main/sw/source/filter/inc/ |
H A D | fltbase.hxx | 43 inline void ReadChar( char &rC ); 57 inline void SwFilterBase::ReadChar( char &rC ) in ReadChar() argument 59 *pIn >> rC; in ReadChar()
|
/aoo41x/main/sw/inc/ |
H A D | swcrsr.hxx | 229 SwCrsrSaveState( SwCursor& rC ) : rCrsr( rC ) { rC.SaveState(); } in SwCrsrSaveState() argument
|
/aoo41x/main/basegfx/source/polygon/ |
H A D | b2dpolygontriangulator.cxx | 135 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 D | b2dpolygontools.cxx | 2293 …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()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | hiranges.hxx | 38 ScHighlightEntry( const ScRange& rR, const Color& rC ) : in ScHighlightEntry() 39 aRef(rR), aColor(rC) {} in ScHighlightEntry()
|
H A D | undotab.hxx | 258 const String& rN, const String& rC,
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | fetab.cxx | 1777 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()
|
/aoo41x/main/scaddins/source/analysis/ |
H A D | analysishelper.hxx | 849 inline void Complex::Sub( const Complex& rC ) in Sub() argument 851 Num -= rC.Num; in Sub() 853 if( !c ) c = rC.c; in Sub()
|
/aoo41x/main/sd/source/filter/eppt/ |
H A D | pptexanimations.hxx | 81 …const sal_Int16 nColorSpace, sal_Int32& rMode, sal_Int32& rA, sal_Int32& rB, sal_Int32& rC ) const;
|
H A D | pptexanimations.cxx | 2063 … 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()
|
/aoo41x/main/basegfx/inc/basegfx/polygon/ |
H A D | b2dpolygontools.hxx | 413 …bool isPointInTriangle(const B2DPoint& rA, const B2DPoint& rB, const B2DPoint& rC, const B2DPoint&…
|
/aoo41x/main/filter/inc/filter/msfilter/ |
H A D | escherex.hxx | 978 …nnectorListEntry( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > & rC, in EscherConnectorListEntry() 983 mXConnector ( rC ), in EscherConnectorListEntry()
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undotab.cxx | 837 const String& rN, const String& rC, in ScUndoMakeScenario() argument 844 aComment( rC ), in ScUndoMakeScenario()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 1105 ShadeColor( const Color& rC, double fR ) : aColor( rC ), fDist( fR ) {}; in ShadeColor()
|