Home
last modified time | relevance | path

Searched defs:rPos (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/trunk/main/sc/source/core/tool/
H A Drefdata.cxx32 void ScSingleRefData::CalcRelFromAbs( const ScAddress& rPos ) in CalcRelFromAbs()
40 void ScSingleRefData::SmartRelAbs( const ScAddress& rPos ) in SmartRelAbs()
59 void ScSingleRefData::CalcAbsIfRel( const ScAddress& rPos ) in CalcAbsIfRel()
315 ScComplexRefData& ScComplexRefData::Extend( const ScSingleRefData & rRef, const ScAddress & rPos ) in Extend()
365 ScComplexRefData& ScComplexRefData::Extend( const ScComplexRefData & rRef, const ScAddress & rPos ) in Extend()
H A Dtoken.cxx569 const ScAddress & rPos, bool bReuseDoubleRef ) in ExtendRangeReference()
785 void ScSingleRefToken::CalcAbsIfRel( const ScAddress& rPos ) in CalcAbsIfRel()
801 void ScDoubleRefToken::CalcAbsIfRel( const ScAddress& rPos ) in CalcAbsIfRel()
813 void ScRefListToken::CalcAbsIfRel( const ScAddress& rPos ) in CalcAbsIfRel()
818 void ScRefListToken::CalcRelFromAbs( const ScAddress& rPos ) in CalcRelFromAbs()
878 void ScExternalSingleRefToken::CalcAbsIfRel( const ScAddress& rPos ) in CalcAbsIfRel()
883 void ScExternalSingleRefToken::CalcRelFromAbs( const ScAddress& rPos ) in CalcRelFromAbs()
972 void ScExternalDoubleRefToken::CalcAbsIfRel( const ScAddress& rPos ) in CalcAbsIfRel()
977 void ScExternalDoubleRefToken::CalcRelFromAbs( const ScAddress& rPos ) in CalcRelFromAbs()
1580 FormulaToken* ScTokenArray::MergeRangeReference( const ScAddress & rPos ) in MergeRangeReference()
[all …]
/trunk/main/sc/source/core/data/
H A Dpostit.cxx104 void ScCaptionUtil::SetCaptionUserData( SdrCaptionObj& rCaption, const ScAddress& rPos ) in SetCaptionUserData()
233 ScCaptionCreator::ScCaptionCreator( ScDocument& rDoc, const ScAddress& rPos ) : in ScCaptionCreator()
507 ScPostIt::ScPostIt( ScDocument& rDoc, const ScAddress& rPos, bool bShown ) : in ScPostIt()
590 void ScPostIt::SetText( const ScAddress& rPos, const OUString& rText ) in SetText()
611 void ScPostIt::ShowCaption( const ScAddress& rPos, bool bShow ) in ShowCaption()
620 void ScPostIt::ShowCaptionTemp( const ScAddress& rPos, bool bShow ) in ShowCaptionTemp()
627 void ScPostIt::UpdateCaptionPos( const ScAddress& rPos ) in UpdateCaptionPos()
700 void ScPostIt::CreateCaption( const ScAddress& rPos, const SdrCaptionObj* pCaption ) in CreateCaption()
790 ScDocument& rDoc, const ScAddress& rPos, SdrPage& rDrawPage, in CreateTempCaption()
869 ScDocument& rDoc, const ScAddress& rPos, SfxItemSet* pItemSet, in CreateNoteFromObjectData()
[all …]
/trunk/main/xmloff/source/text/
H A Dtxtparaimphint.hxx80 void SetEnd( const Reference < XTextRange > & rPos ) { xEnd = rPos; } in SetEnd()
97 XMLStyleHint_Impl( const OUString& rStyleName, in XMLStyleHint_Impl()
114 XMLReferenceHint_Impl( const OUString& rRefName, in XMLReferenceHint_Impl()
137 XMLHyperlinkHint_Impl( const Reference < XTextRange > & rPos ) : in XMLHyperlinkHint_Impl()
180 XMLIndexMarkHint_Impl( const Reference < beans::XPropertySet > & rPropSet, in XMLIndexMarkHint_Impl()
188 XMLIndexMarkHint_Impl( const Reference < beans::XPropertySet > & rPropSet, in XMLIndexMarkHint_Impl()
212 XMLTextFrameHint_Impl( SvXMLImportContext* pContext, in XMLTextFrameHint_Impl()
273 XMLDrawHint_Impl( SvXMLShapeContext* pContext, in XMLDrawHint_Impl()
/trunk/main/canvas/source/tools/
H A Dsurfaceproxy.cxx106 bool SurfaceProxy::draw( double fAlpha, in draw()
125 bool SurfaceProxy::draw( double fAlpha, in draw()
146 bool SurfaceProxy::draw( double fAlpha, in draw()
H A Dsurface.cxx40 Surface::Surface( const PageManagerSharedPtr& rPageManager, in Surface()
100 basegfx::B2DRectangle Surface::getUVCoords( const ::basegfx::B2IPoint& rPos, in getUVCoords()
122 bool Surface::draw( double fAlpha, in draw()
222 bool Surface::drawRectangularArea( in drawRectangularArea()
348 bool Surface::drawWithClip( double fAlpha, in drawWithClip()
/trunk/main/sw/source/core/edit/
H A Dedglbldc.cxx159 SwPosition& rPos = *pCrsr->GetPoint(); in InsertGlobalDocContent() local
200 SwPosition& rPos = *pCrsr->GetPoint(); in InsertGlobalDocContent() local
240 SwPosition& rPos = *pCrsr->GetPoint(); in InsertGlobalDocContent() local
264 SwPosition& rPos = *pCrsr->GetPoint(); in DeleteGlobalDocContent() local
354 sal_Bool SwEditShell::GotoGlobalDocContent( const SwGlblDocContent& rPos ) in GotoGlobalDocContent()
/trunk/main/sw/source/core/crsr/
H A DBlockCursor.cxx42 SwBlockCursor( const SwCrsrShell& rCrsrSh, const SwPosition &rPos ) : in SwBlockCursor()
98 IBlockCursor *createBlockCursor( const SwCrsrShell& rCrsrSh, const SwPosition &rPos ) in createBlockCursor()
H A Dpam.cxx92 SwPosition::SwPosition( const SwPosition & rPos ) in SwPosition()
97 SwPosition &SwPosition::operator=(const SwPosition &rPos) in operator =()
391 SwPaM::SwPaM( const SwPosition& rPos, SwPaM* pRing ) in SwPaM()
1055 SwPosition& rPos = *rPam.GetPoint(); in GoPrevPara() local
1067 SwPosition& rPos = *rPam.GetPoint(); in GoCurrPara() local
1099 SwPosition& rPos = *rPam.GetPoint(); in GoNextPara() local
1112 SwPosition& rPos = *rPam.GetPoint(); in GoCurrSection() local
1132 SwPosition& rPos = *rPam.GetPoint(); in GoNextSection() local
1153 SwPosition& rPos = *rPam.GetPoint(); in GoPrevSection() local
/trunk/main/sw/source/core/undo/
H A DSwUndoField.cxx42 SwUndoField::SwUndoField(const SwPosition & rPos, SwUndoId _nId ) in SwUndoField()
64 SwUndoFieldFromDoc::SwUndoFieldFromDoc(const SwPosition & rPos, in SwUndoFieldFromDoc()
122 SwUndoFieldFromAPI::SwUndoFieldFromAPI(const SwPosition & rPos, in SwUndoFieldFromAPI()
/trunk/main/svtools/source/hatchwindow/
H A Dipwin.cxx159 sal_Bool SvResizeHelper::SelectBegin( Window * pWin, const Point & rPos ) in SelectBegin()
179 short SvResizeHelper::SelectMove( Window * pWin, const Point & rPos ) in SelectMove()
419 sal_Bool SvResizeHelper::SelectRelease( Window * pWin, const Point & rPos, in SelectRelease()
485 void SvResizeWindow::SelectMouse( const Point & rPos ) in SelectMouse()
/trunk/main/sc/source/ui/view/
H A Dviewfun7.cxx69 void lcl_AdjustInsertPos( ScViewData* pData, Point& rPos, Size& rSize ) in lcl_AdjustInsertPos()
290 sal_Bool ScViewFunc::PasteObject( const Point& rPos, const uno::Reference < embed::XEmbeddedObject … in PasteObject()
373 sal_Bool ScViewFunc::PasteBitmapEx( const Point& rPos, const BitmapEx& rBmpEx ) in PasteBitmapEx()
380 sal_Bool ScViewFunc::PasteMetaFile( const Point& rPos, const GDIMetaFile& rMtf ) in PasteMetaFile()
387 sal_Bool ScViewFunc::PasteGraphic( const Point& rPos, const Graphic& rGraphic, in PasteGraphic()
H A Ddbfunc4.cxx52 sal_uInt16 ScDBFunc::DoUpdateCharts( const ScAddress& rPos, ScDocument* pDoc, sal_Bool bAllCharts ) in DoUpdateCharts()
/trunk/main/sc/source/ui/inc/
H A Ddocfunc.hxx95 inline bool HideNote( const ScAddress& rPos ) { return ShowNote( rPos, false ); } in HideNote()
/trunk/main/xmloff/source/draw/
H A Dxexptran.cxx57 void Imp_SkipSpaces(const OUString& rStr, sal_Int32& rPos, const sal_Int32 nLen) in Imp_SkipSpaces()
64 void Imp_SkipSpacesAndOpeningBraces(const OUString& rStr, sal_Int32& rPos, const sal_Int32 nLen) in Imp_SkipSpacesAndOpeningBraces()
71 void Imp_SkipSpacesAndCommas(const OUString& rStr, sal_Int32& rPos, const sal_Int32 nLen) in Imp_SkipSpacesAndCommas()
78 void Imp_SkipSpacesAndClosingBraces(const OUString& rStr, sal_Int32& rPos, const sal_Int32 nLen) in Imp_SkipSpacesAndClosingBraces()
113 void Imp_SkipNumber(const OUString& rStr, sal_Int32& rPos, const sal_Int32 nLen) in Imp_SkipNumber()
124 void Imp_SkipNumberAndSpacesAndCommas(const OUString& rStr, sal_Int32& rPos, in Imp_SkipNumberAndSpacesAndCommas()
132 void Imp_SkipDoubleAndSpacesAndCommas(const OUString& rStr, sal_Int32& rPos, in Imp_SkipDoubleAndSpacesAndCommas()
159 void Imp_SkipDouble(const OUString& rStr, sal_Int32& rPos, const sal_Int32) in Imp_SkipDouble() argument
186 double Imp_GetDoubleChar(const OUString& rStr, sal_Int32& rPos, const sal_Int32 nLen, in Imp_GetDoubleChar()
/trunk/main/vcl/source/control/
H A Dfixbrd.cxx116 const Point& rPos, const Size& rSize ) in ImplDraw()
157 void FixedBorder::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, in Draw()
H A Dfixed.cxx57 static Point ImplCalcPos( WinBits nStyle, const Point& rPos, in ImplCalcPos()
225 const Point& rPos, const Size& rSize, in ImplDraw()
279 void FixedText::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, in Draw()
778 const Point& rPos, const Size& rSize ) in ImplDraw()
829 void FixedBitmap::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, in Draw()
1023 const Point& rPos, const Size& rSize ) in ImplDraw()
1081 void FixedImage::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, in Draw()
1193 Point FixedImage::CalcImagePos( const Point& rPos, in CalcImagePos()
H A Dimgctrl.cxx94 void ImageControl::ImplDraw( OutputDevice& rDev, sal_uLong nDrawFlags, const Point& rPos, const Siz… in ImplDraw() argument
192 void ImageControl::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags… in Draw()
/trunk/main/dbaccess/source/ui/control/
H A Dlistviewitems.cxx61 …void OBoldListboxString::Paint(const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, SvLBoxEntry* pE… in Paint()
/trunk/main/chart2/source/view/diagram/
H A DVDiagram.cxx116 void VDiagram::createShapes( const awt::Point& rPos, const awt::Size& rSize ) in createShapes()
127 ::basegfx::B2IRectangle VDiagram::adjustPosAndSize( const awt::Point& rPos, const awt::Size& rSize ) in adjustPosAndSize()
141 ::basegfx::B2IRectangle VDiagram::adjustPosAndSize_2d( const awt::Point& rPos, const awt::Size& rAv… in adjustPosAndSize_2d()
490 ::basegfx::B2IRectangle VDiagram::adjustPosAndSize_3d( const awt::Point& rPos, const awt::Size& rAv… in adjustPosAndSize_3d()
/trunk/main/svtools/source/contnr/
H A Dsvicnvw.cxx357 void SvIconView::SetEntryPosition( SvLBoxEntry* pEntry, const Point& rPos) in SetEntryPosition()
362 void SvIconView::SetEntryPosition( SvLBoxEntry* pEntry, const Point& rPos, sal_Bool bAdjustAtGrid ) in SetEntryPosition()
381 SvLBoxEntry* SvIconView::GetDropTarget( const Point& rPos ) in GetDropTarget()
412 void SvIconView::PaintEntry( SvLBoxEntry* pEntry, const Point& rPos ) in PaintEntry()
609 void SvIconView::WriteDragServerInfo( const Point& rPos, SvLBoxDDInfo* pInfo) in WriteDragServerInfo()
614 void SvIconView::ReadDragServerInfo( const Point& rPos, SvLBoxDDInfo* pInfo ) in ReadDragServerInfo()
701 void SvIconView::StartDrag( sal_Int8 nAction, const Point& rPos ) in StartDrag()
735 void SvIconView::ShowDDIcon( SvLBoxEntry* pRefEntry, const Point& rPos ) in ShowDDIcon()
745 void SvIconView::HideShowDDIcon( SvLBoxEntry* pRefEntry, const Point& rPos ) in HideShowDDIcon()
/trunk/main/svx/source/table/
H A Dsvdotable.cxx810 CellPos SdrTableObj::getLeftCell( const CellPos& rPos, bool bEdgeTravel ) const in getLeftCell() argument
826 CellPos SdrTableObj::getRightCell( const CellPos& rPos, bool bEdgeTravel ) const in getRightCell() argument
842 CellPos SdrTableObj::getUpCell( const CellPos& rPos, bool bEdgeTravel ) const in getUpCell() argument
857 CellPos SdrTableObj::getDownCell( const CellPos& rPos, bool bEdgeTravel ) const in getDownCell() argument
872 CellPos SdrTableObj::getPreviousCell( const CellPos& rPos, bool bEdgeTravel ) const in getPreviousCell() argument
900 CellPos SdrTableObj::getNextCell( const CellPos& rPos, bool bEdgeTravel ) const in getNextCell() argument
943 CellPos SdrTableObj::getPreviousRow( const CellPos& rPos, bool bEdgeTravel ) const in getPreviousRow() argument
973 CellPos SdrTableObj::getNextRow( const CellPos& rPos, bool bEdgeTravel ) const in getNextRow() argument
1373 bool SdrTableObj::IsTextEditActive( const CellPos& rPos ) in IsTextEditActive()
1598 void SdrTableObj::setActiveCell( const CellPos& rPos ) in setActiveCell()
[all …]
/trunk/main/sw/source/core/doc/
H A Dswserv.cxx128 void SwServerObject::SendDataChanged( const SwPosition& rPos ) in SendDataChanged()
329 SwDataChanged::SwDataChanged( SwDoc* pDc, const SwPosition& rPos, sal_uInt16 nTyp ) in SwDataChanged()
/trunk/main/chart2/source/view/main/
H A DVTitle.cxx93 void VTitle::changePosition( const awt::Point& rPos ) in changePosition()
119 const awt::Point& rPos in createShapes()
/trunk/main/svx/source/sidebar/possize/
H A DSidebarDialControl.cxx64 void SidebarDialControl::HandleMouseEvent( const Point& rPos, bool bInitial ) in HandleMouseEvent()

Completed in 139 milliseconds

12345678910>>...15