Home
last modified time | relevance | path

Searched refs:rBound (Results 1 – 16 of 16) sorted by path

/trunk/main/autodoc/source/parser/adoc/
H A Dcx_a_std.cxx151 StmBoundsStatus & rBound = aStateMachine.GetCharChain(fTokenCreateFunction, io_rText); in ReadCharChain() local
157 pFollowUpContext = rBound.FollowUpContext(); in ReadCharChain()
158 PerformStatusFunction(rBound.StatusFunctionNr(), fTokenCreateFunction, io_rText); in ReadCharChain()
/trunk/main/autodoc/source/parser/cpp/
H A Dcx_c_std.cxx146 StmBoundsStatus & rBound = aStateMachine.GetCharChain(fTokenCreateFunction, io_rText); in ReadCharChain() local
152 SetFollowUpContext(rBound.FollowUpContext()); in ReadCharChain()
153 PerformStatusFunction(rBound.StatusFunctionNr(), fTokenCreateFunction, io_rText); in ReadCharChain()
/trunk/main/autodoc/source/parser_i/idl/
H A Dcx_idlco.cxx178 StmBoundsStatu2 & rBound = aStateMachine.GetCharChain(nTokenId, io_rText); in ReadCharChain() local
184 pFollowUpContext = rBound.FollowUpContext(); in ReadCharChain()
185 PerformStatusFunction(rBound.StatusFunctionNr(), nTokenId, io_rText); in ReadCharChain()
/trunk/main/autodoc/source/parser_i/idoc/
H A Dcx_dsapi.cxx149 StmBoundsStatu2 & rBound = aStateMachine.GetCharChain(nTokenId, io_rText); in ReadCharChain() local
155 pFollowUpContext = rBound.FollowUpContext(); in ReadCharChain()
156 PerformStatusFunction(rBound.StatusFunctionNr(), nTokenId, io_rText); in ReadCharChain()
/trunk/main/sc/source/ui/inc/
H A Dprintfun.hxx251 const Rectangle& rBound, ScViewData* pViewData, sal_Bool bMetaFile );
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx411 const Rectangle& rBound, ScViewData* pViewData, sal_Bool bMetaFile ) in DrawToDev() argument
439 Rectangle aRect = rBound; in DrawToDev()
450 ScRange aRange = pDoc->GetRange( nTab, rBound ); in DrawToDev()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx792 i18n::Boundary& rBound, in GetCharBoundary() argument
799 rBound.startPos = nPos; in GetCharBoundary()
800 rBound.endPos = nPos+1; in GetCharBoundary()
913 rBound.startPos = 0; in GetParagraphBoundary()
953 bRet = ((rBound.startPos <= nPos) && (nPos <= rBound.endPos)); in GetGlyphBoundary()
1052 rBound.startPos = max(nNext,(xub_StrLen)rBound.startPos); in GetTextBoundary()
1053 rBound.endPos = min(xub_StrLen(nNext + nLen),(xub_StrLen)rBound.endPos); in GetTextBoundary()
1059 rBound.endPos = min(nNext,(xub_StrLen)rBound.endPos); in GetTextBoundary()
1063 rBound.startPos = max(nLast,(xub_StrLen)rBound.startPos); in GetTextBoundary()
1067 rBound.startPos = max(nLast,(xub_StrLen)rBound.startPos); in GetTextBoundary()
[all …]
H A Daccpara.hxx220 sal_Bool GetCharBoundary( com::sun::star::i18n::Boundary& rBound,
223 sal_Bool GetWordBoundary( com::sun::star::i18n::Boundary& rBound,
226 sal_Bool GetSentenceBoundary( com::sun::star::i18n::Boundary& rBound,
229 sal_Bool GetLineBoundary( com::sun::star::i18n::Boundary& rBound,
232 sal_Bool GetParagraphBoundary( com::sun::star::i18n::Boundary& rBound,
235 sal_Bool GetAttributeBoundary( com::sun::star::i18n::Boundary& rBound,
238 sal_Bool GetGlyphBoundary( com::sun::star::i18n::Boundary& rBound,
244 sal_Bool GetTextBoundary( com::sun::star::i18n::Boundary& rBound,
H A Daccportions.cxx349 Boundary& rBound, in GetLineBoundary() argument
352 FillBoundary( rBound, aLineBreaks, in GetLineBoundary()
392 Boundary& rBound ) const in GetLastLineBoundary()
434 Boundary& rBound, in FillBoundary() argument
438 rBound.startPos = rPositions[nPos]; in FillBoundary()
439 rBound.endPos = rPositions[nPos+1]; in FillBoundary()
522 Boundary& rBound, in GetSentenceBoundary() argument
567 rBound.startPos = 0; in GetSentenceBoundary()
568 rBound.endPos = 0; in GetSentenceBoundary()
577 Boundary& rBound, in GetAttributeBoundary() argument
[all …]
H A Daccportions.hxx83 void FillBoundary(com::sun::star::i18n::Boundary& rBound,
110 … sal_Bool FillBoundaryIFDateField( com::sun::star::i18n::Boundary& rBound, const sal_Int32 nPos );
122 void GetLineBoundary( com::sun::star::i18n::Boundary& rBound,
126 void GetLastLineBoundary( com::sun::star::i18n::Boundary& rBound ) const;
153 void GetSentenceBoundary( com::sun::star::i18n::Boundary& rBound,
157 void GetAttributeBoundary( com::sun::star::i18n::Boundary& rBound,
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx1957 const Rectangle &rBound = pObj->GetSnapRect(); in ReplaceSdrObj() local
1960 const long nWidth = rBound.Right() - rBound.Left(); in ReplaceSdrObj()
1961 const long nHeight= rBound.Bottom() - rBound.Top(); in ReplaceSdrObj()
H A Dfeshview.cxx1631 const Rectangle &rBound = rSdrObj.GetSnapRect(); in ImpEndCreate() local
1632 Point aPt( rBound.TopRight() ); in ImpEndCreate()
1710 SwRect aBound( rBound ); in ImpEndCreate()
1763 SwTwips nYOffset = rBound.Top() - pAnch->Frm().Top(); in ImpEndCreate()
1791 const long nWidth = rBound.Right() - rBound.Left(); in ImpEndCreate()
1792 const long nHeight= rBound.Bottom() - rBound.Top(); in ImpEndCreate()
1803 const SwRect aFlyRect( rBound ); in ImpEndCreate()
1859 aRelNullPt = rBound.TopLeft(); in ImpEndCreate()
2622 const Rectangle &rBound = pObj->GetSnapRect(); in CheckUnboundObjects() local
2623 const Point aPt( rBound.TopLeft() ); in CheckUnboundObjects()
[all …]
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx6230 const Rectangle &rBound = pObj->GetCurrentBoundRect(); in lcl_RefreshLine() local
6231 const Point aDrPt( rBound.TopLeft() ); in lcl_RefreshLine()
6232 const Size aDrSz( rBound.GetSize() ); in lcl_RefreshLine()
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx1229 const Rectangle &rBound = pObj->GetObjRect().SVRect(); in VisPortChgd() local
1231 const SwTwips nL = Max( 0L, rBound.Left() - nOfst ); in VisPortChgd()
1234 if( rBound.Right() + nOfst > nMaxRight ) in VisPortChgd()
1235 nMaxRight = rBound.Right() + nOfst; in VisPortChgd()
/trunk/main/tools/inc/tools/
H A Dpoly.hxx143 Polygon( const Rectangle& rBound,
/trunk/main/tools/source/generic/
H A Dpoly.cxx546 Polygon::Polygon( const Rectangle& rBound, in Polygon() argument
551 const long nWidth = rBound.GetWidth(); in Polygon()
552 const long nHeight = rBound.GetHeight(); in Polygon()
556 const Point aCenter( rBound.Center() ); in Polygon()
557 const long nRadX = aCenter.X() - rBound.Left(); in Polygon()
558 const long nRadY = aCenter.Y() - rBound.Top(); in Polygon()

Completed in 139 milliseconds