Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/access/
H A Daccportions.cxx349 Boundary& rBound, in GetLineBoundary() argument
352 FillBoundary( rBound, aLineBreaks, in GetLineBoundary()
392 Boundary& rBound ) const in GetLastLineBoundary()
399 FillBoundary( rBound, aLineBreaks, nBreaks <= 3 ? 0 : nBreaks-4 ); 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()
[all …]
H A Daccpara.cxx792 i18n::Boundary& rBound, in GetCharBoundary() argument
796 if( GetPortionData().FillBoundaryIFDateField( rBound, nPos) ) in GetCharBoundary()
799 rBound.startPos = nPos; in GetCharBoundary()
800 rBound.endPos = nPos+1; in GetCharBoundary()
805 i18n::Boundary& rBound, in GetWordBoundary() argument
864 rBound = pBreakIt->GetBreakIter()->getWordBoundary( in GetWordBoundary()
869 rText.getStr()[ rBound.startPos ] ); in GetWordBoundary()
874 rBound.startPos = nPos; in GetWordBoundary()
875 rBound.endPos = nPos; in GetWordBoundary()
882 i18n::Boundary& rBound, in GetSentenceBoundary() 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,
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,
/AOO41X/main/sw/source/core/frmedt/
H A Dfeshview.cxx1634 const Rectangle &rBound = rSdrObj.GetSnapRect(); in ImpEndCreate() local
1635 Point aPt( rBound.TopRight() ); in ImpEndCreate()
1651 Point aPoint( aPt.X(), aPt.Y() + rBound.GetHeight()/2 ); in ImpEndCreate()
1669 if( !aRect.IsOver( rBound ) && !::GetHtmlMode( GetDoc()->GetDocShell() )) in ImpEndCreate()
1713 SwRect aBound( rBound ); in ImpEndCreate()
1766 SwTwips nYOffset = rBound.Top() - pAnch->Frm().Top(); in ImpEndCreate()
1771 nYOffset = pAnch->Frm().Left()+pAnch->Frm().Width()-rBound.Right(); in ImpEndCreate()
1774 nXOffset = pAnch->Frm().Left()+pAnch->Frm().Width()-rBound.Right(); in ImpEndCreate()
1776 nXOffset = rBound.Left() - pAnch->Frm().Left(); in ImpEndCreate()
1794 const long nWidth = rBound.Right() - rBound.Left(); in ImpEndCreate()
[all …]
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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/main/tools/inc/tools/
H A Dpoly.hxx143 Polygon( const Rectangle& rBound,
/AOO41X/main/sc/source/ui/inc/
H A Dprintfun.hxx251 … const Rectangle& rBound, ScViewData* pViewData, sal_Bool bMetaFile );
/AOO41X/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()
/AOO41X/main/sw/source/core/layout/
H A Dpaintfrm.cxx6103 const Rectangle &rBound = pObj->GetCurrentBoundRect(); in lcl_RefreshLine() local
6104 const Point aDrPt( rBound.TopLeft() ); in lcl_RefreshLine()
6105 const Size aDrSz( rBound.GetSize() ); in lcl_RefreshLine()