/trunk/main/sw/source/core/access/ |
H A D | accportions.cxx | 349 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 D | accpara.cxx | 792 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 D | accportions.hxx | 83 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,
|
H A D | accpara.hxx | 220 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,
|
/trunk/main/sw/source/core/frmedt/ |
H A D | feshview.cxx | 1631 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 …]
|
H A D | fefly1.cxx | 1957 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()
|
/trunk/main/tools/source/generic/ |
H A D | poly.cxx | 546 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()
|
/trunk/main/autodoc/source/parser/adoc/ |
H A D | cx_a_std.cxx | 151 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_i/idl/ |
H A D | cx_idlco.cxx | 178 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 D | cx_dsapi.cxx | 149 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/autodoc/source/parser/cpp/ |
H A D | cx_c_std.cxx | 146 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/sw/source/core/view/ |
H A D | viewsh.cxx | 1229 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 D | poly.hxx | 143 Polygon( const Rectangle& rBound,
|
/trunk/main/sc/source/ui/inc/ |
H A D | printfun.hxx | 251 const Rectangle& rBound, ScViewData* pViewData, sal_Bool bMetaFile );
|
/trunk/main/sc/source/ui/view/ |
H A D | printfun.cxx | 411 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/layout/ |
H A D | paintfrm.cxx | 6230 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()
|