Home
last modified time | relevance | path

Searched refs:rPos (Results 176 – 200 of 618) sorted by relevance

12345678910>>...25

/aoo41x/main/sw/inc/
H A DIDocumentContentOperations.hxx153 virtual bool SplitNode(const SwPosition &rPos, bool bChkTableStart) = 0;
157 virtual bool AppendTxtNode(SwPosition& rPos) = 0;
199 virtual void RemoveLeadingWhiteSpace(const SwPosition & rPos ) = 0;
H A Dviscrs.hxx143 SwShellCrsr( const SwCrsrShell& rCrsrSh, const SwPosition &rPos );
144 SwShellCrsr( const SwCrsrShell& rCrsrSh, const SwPosition &rPos,
199 SwShellTableCrsr( const SwCrsrShell& rCrsrSh, const SwPosition& rPos );
/aoo41x/main/canvas/source/directx/
H A Ddx_surfacebitmap.hxx56 const ::basegfx::B2DPoint& rPos,
62 const ::basegfx::B2DPoint& rPos,
67 const ::basegfx::B2DPoint& rPos,
/aoo41x/main/sc/source/ui/docshell/
H A Ddocsh3.cxx193 void ScDocShell::PostPaintCell( const ScAddress& rPos ) in PostPaintCell() argument
195 PostPaintCell( rPos.Col(), rPos.Row(), rPos.Tab() ); in PostPaintCell()
586 ScChangeAction* ScDocShell::GetChangeAction( const ScAddress& rPos ) in GetChangeAction() argument
592 SCTAB nTab = rPos.Tab(); in GetChangeAction()
615 if ( aRange.In( rPos ) ) in GetChangeAction()
639 if ( aRange.In( rPos ) ) in GetChangeAction()
/aoo41x/main/sd/source/ui/inc/
H A DSlideView.hxx92 SdPage* GetHitPage( const Point& rPos ) const;
93 SdPage* GetFadePage( const Point& rPos ) const;
94 SdPage* GetNearestPage( const Point& rPos ) const;
/aoo41x/main/sw/source/core/inc/
H A DMarkManager.hxx83 virtual ::sw::mark::IFieldmark* getFieldmarkFor(const SwPosition& rPos) const;
84 virtual ::sw::mark::IFieldmark* getFieldmarkBefore(const SwPosition& rPos) const;
85 virtual ::sw::mark::IFieldmark* getFieldmarkAfter(const SwPosition& rPos) const;
H A DUndoNumbering.hxx56 SwUndoInsNum( const SwPosition& rPos, const SwNumRule& rRule,
141 SwUndoNumRuleStart( const SwPosition& rPos, sal_Bool bDelete );
142 SwUndoNumRuleStart( const SwPosition& rPos, sal_uInt16 nStt );
H A Dtxtfrm.hxx252 virtual sal_Bool GetCharRect( SwRect& rRect, const SwPosition& rPos,
329 SwTxtFrm *GetFrmAtPos ( const SwPosition &rPos);
330 inline const SwTxtFrm *GetFrmAtPos ( const SwPosition &rPos) const;
708 inline const SwTxtFrm *SwTxtFrm::GetFrmAtPos( const SwPosition &rPos) const in GetFrmAtPos()
710 return ((SwTxtFrm*)this)->GetFrmAtPos( rPos ); in GetFrmAtPos()
H A Ddocfld.hxx79 _SetGetExpFld( const SwPosition& rPos );
103 void GetPos( SwPosition& rPos ) const;
104 void GetPosOfContent( SwPosition& rPos ) const;
/aoo41x/main/vcl/inc/vcl/
H A Dslider.hxx76 SAL_DLLPRIVATE sal_Bool ImplIsPageUp( const Point& rPos );
77 SAL_DLLPRIVATE sal_Bool ImplIsPageDown( const Point& rPos );
80 SAL_DLLPRIVATE void ImplDoMouseAction( const Point& rPos, sal_Bool bCallAction = sal_True );
/aoo41x/main/canvas/source/vcl/
H A Dspritecanvashelper.cxx81 const ::Point& rPos( ::vcl::unotools::pointFromB2DPoint( rArea.getMinimum()) ); in repaintBackground() local
84 rOutDev.DrawOutDev( rPos, rSize, rPos, rSize, rBackBuffer ); in repaintBackground()
169 const Point& rPos ) in renderInfoText() argument
179 rOutDev.DrawText( rPos, rStr ); in renderInfoText()
/aoo41x/main/sw/source/core/doc/
H A Ddoctxm.cxx138 sal_uInt16 SwDoc::GetCurTOXMark( const SwPosition& rPos, in GetCurTOXMark() argument
142 SwTxtNode *const pTxtNd = rPos.nNode.GetNode().GetTxtNode(); in GetCurTOXMark()
151 xub_StrLen nAktPos = rPos.nContent.GetIndex(); in GetCurTOXMark()
367 SwPaM aPam( rPos ); in InsertTableOf()
457 const SwTOXBase* SwDoc::GetCurTOX( const SwPosition& rPos ) const in GetCurTOX()
459 const SwNode& rNd = rPos.nNode.GetNode(); in GetCurTOX()
774 rPos.nNode = *pSectNd; in SetPosAtStartEnd()
775 pCNd = pSectNd->GetDoc()->GetNodes().GoNext( &rPos.nNode ); in SetPosAtStartEnd()
779 rPos.nNode = *pSectNd->EndOfSectionNode(); in SetPosAtStartEnd()
780 pCNd = pSectNd->GetDoc()->GetNodes().GoPrevious( &rPos.nNode ); in SetPosAtStartEnd()
[all …]
/aoo41x/main/sw/source/core/access/
H A Dacctable.cxx102 sal_Bool FindCell( const Point& rPos, const SwFrm *pFrm ,
156 void SetTablePos( const Point& rPos ) { maTabFrmPos = rPos; } in SetTablePos() argument
322 const Point& rPos, const SwFrm *pFrm, sal_Bool bExact, in FindCell() argument
341 if( rFrm.Right() >= rPos.X() && rFrm.Bottom() >= rPos.Y() ) in FindCell()
344 ASSERT( rFrm.Left() <= rPos.X() && rFrm.Top() <= rPos.Y(), in FindCell()
348 (rFrm.Top() == rPos.Y() && rFrm.Left() == rPos.Y() ) ) in FindCell()
360 bFound = FindCell( rPos, pLower, bExact, rRet ); in FindCell()
/aoo41x/main/sw/source/core/undo/
H A Dunins.cxx149 sal_Bool SwUndoInsert::CanGrouping( const SwPosition& rPos ) in CanGrouping() argument
152 if( nNode == rPos.nNode.GetIndex() && in CanGrouping()
153 nCntnt == rPos.nContent.GetIndex() ) in CanGrouping()
156 SwDoc& rDoc = *rPos.nNode.GetNode().GetDoc(); in CanGrouping()
170 const SwIndexReg* pIReg = rPos.nContent.GetIdxReg(); in CanGrouping()
987 const SwPosition& rPos = *rContext.GetRepeatPaM().GetPoint(); in RepeatImpl() local
991 SwCntntNode* pCNd = rPos.nNode.GetNode().GetCntntNode(); in RepeatImpl()
/aoo41x/main/sc/inc/
H A Dchgtrack.hxx760 const ScAddress& rPos );
768 const ScAddress& rPos,
1219 void AppendContent( const ScAddress& rPos,
1230 void AppendContent( const ScAddress& rPos,
1235 void AppendContent( const ScAddress& rPos,
1251 SC_DLLPUBLIC ScChangeActionContent* AppendContentOnTheFly( const ScAddress& rPos,
1262 void AppendContent( const ScAddress& rPos,
/aoo41x/main/sw/source/core/txtnode/
H A Dfntcap.cxx301 void DrawSpace( Point &rPos );
334 void SwDoDrawCapital::DrawSpace( Point &rPos ) in DrawSpace() argument
338 long nDiff = rInf.GetPos().X() - rPos.X(); in DrawSpace()
340 Point aPos( rPos ); in DrawSpace()
364 rPos.X() = rInf.GetPos().X() + rInf.GetWidth(); in DrawSpace()
400 void DrawSpace( const Point &rPos );
/aoo41x/main/sc/source/ui/view/
H A Dprevloc.cxx254 void ScPreviewLocationData::AddNoteMark( const Rectangle& rRect, const ScAddress& rPos ) in AddNoteMark() argument
256 ScRange aRange( rPos ); in AddNoteMark()
261 void ScPreviewLocationData::AddNoteText( const Rectangle& rRect, const ScAddress& rPos ) in AddNoteText() argument
263 ScRange aRange( rPos ); in AddNoteText()
281 ScPreviewLocationEntry* lcl_GetEntryByAddress( const List& rEntries, const ScAddress& rPos, ScPrevi… in lcl_GetEntryByAddress() argument
287 if ( pEntry->eType == eType && pEntry->aCellRange.In( rPos ) ) in lcl_GetEntryByAddress()
H A Dviewfun4.cxx624 sal_Bool ScViewFunc::PasteFile( const Point& rPos, const String& rFile, sal_Bool bLink ) in PasteFile() argument
683 return PasteGraphic( rPos, aGraphic, aStrURL, aFltName ); in PasteFile()
688 return PasteGraphic( rPos, aGraphic, EMPTY_STRING, EMPTY_STRING ); in PasteFile()
694 Rectangle aRect( rPos, Size(0,0) ); in PasteFile()
719 return PasteObject( rPos, xObj ); in PasteFile()
723 GetViewData()->GetViewShell()->InsertURLButton( aStrURL, aStrURL, EMPTY_STRING, &rPos ); in PasteFile()
/aoo41x/main/sfx2/inc/sfx2/
H A Ddockwin.hxx57 SfxChildAlignment CalcAlignment(const Point& rPos, Rectangle& rRect );
58 void CalcSplitPosition(const Point rPos, Rectangle& rRect,
68 virtual sal_Bool Docking( const Point& rPos, Rectangle& rRect );
/aoo41x/main/sw/source/filter/inc/
H A Dfltshell.hxx120 void MoveAttrs( const SwPosition& rPos );
152 void NewAttr(const SwPosition& rPos, const SfxPoolItem & rAttr );
154 …virtual void SetAttr(const SwPosition& rPos, sal_uInt16 nAttrId=0, sal_Bool bTstEnde=sal_True, lon…
160 const SfxPoolItem* GetOpenStackAttr(const SwPosition& rPos, sal_uInt16 nWhich);
161 const SfxPoolItem* GetFmtAttr(const SwPosition& rPos, sal_uInt16 nWhich);
/aoo41x/main/svtools/source/contnr/
H A Dimivctl.hxx302 sal_Bool IsMnemonicChar( sal_Unicode cChar, sal_uLong& rPos ) const;
356 const Point& rPos,
396 const Point& rPos,
445 void ShowDDIcon( SvxIconChoiceCtrlEntry* pRefEntry, const Point& rPos );
448 const Point& rPos );
/aoo41x/main/sc/source/ui/inc/
H A Ddbfunc.hxx95 void DataPilotInput( const ScAddress& rPos, const String& rString );
97 …bool DataPilotSort( const ScAddress& rPos, bool bAscending, sal_uInt16* pUserListId = N…
126 …static sal_uInt16 DoUpdateCharts( const ScAddress& rPos, ScDocument* pDoc, sal_Bool bAllCharts );
/aoo41x/main/canvas/source/cairo/
H A Dcairo_spritehelper.cxx92 const ::basegfx::B2DPoint& rPos, in redraw()
112 fX = rPos.getX(); in redraw()
113 fY = rPos.getY(); in redraw()
/aoo41x/main/svx/source/unodraw/
H A Dunoshap3.cxx581 const basegfx::B3DPoint& rPos = ((E3dCubeObj*)mpObj.get())->GetCubePos(); in getPropertyValueImpl() local
584 aPos.PositionX = rPos.getX(); in getPropertyValueImpl()
585 aPos.PositionY = rPos.getY(); in getPropertyValueImpl()
586 aPos.PositionZ = rPos.getZ(); in getPropertyValueImpl()
702 const basegfx::B3DPoint& rPos = ((E3dSphereObj*)mpObj.get())->Center(); in getPropertyValueImpl() local
705 aPos.PositionX = rPos.getX(); in getPropertyValueImpl()
706 aPos.PositionY = rPos.getY(); in getPropertyValueImpl()
707 aPos.PositionZ = rPos.getZ(); in getPropertyValueImpl()
/aoo41x/main/oox/source/xls/
H A Ddrawingfragment.cxx288 explicit VmlFindNoteFunc( const CellAddress& rPos );
298 VmlFindNoteFunc::VmlFindNoteFunc( const CellAddress& rPos ) : in VmlFindNoteFunc() argument
299 mnCol( rPos.Column ), in VmlFindNoteFunc()
300 mnRow( rPos.Row ) in VmlFindNoteFunc()
390 const ::oox::vml::ShapeBase* VmlDrawing::getNoteShape( const CellAddress& rPos ) const in getNoteShape()
392 return getShapes().findShape( VmlFindNoteFunc( rPos ) ); in getNoteShape()

Completed in 161 milliseconds

12345678910>>...25