Home
last modified time | relevance | path

Searched refs:rArea (Results 51 – 75 of 78) sorted by relevance

1234

/aoo41x/main/sc/source/ui/undo/
H A Dundoblk3.cxx1781 const String& rArea, const ScRange& rDestRange, in ScUndoInsertAreaLink() argument
1789 aAreaName ( rArea ), in ScUndoInsertAreaLink()
1871 const String& rArea, const ScRange& rDestRange, in ScUndoRemoveAreaLink() argument
1879 aAreaName ( rArea ), in ScUndoRemoveAreaLink()
H A Dundoblk.cxx1688 ScUndoEnterMatrix::ScUndoEnterMatrix( ScDocShell* pNewDocShell, const ScRange& rArea, in ScUndoEnterMatrix() argument
1690 ScBlockUndo( pNewDocShell, rArea, SC_UNDO_SIMPLE ), in ScUndoEnterMatrix()
2049 const ScRange& rArea, ScDocument* pNewUndoDoc ) : in ScUndoRemoveMerge() argument
2050 ScBlockUndo( pNewDocShell, rArea, SC_UNDO_SIMPLE ), in ScUndoRemoveMerge()
H A Dundodat.cxx1957 ScUndoConsolidate::ScUndoConsolidate( ScDocShell* pNewDocShell, const ScArea& rArea, in ScUndoConsolidate() argument
1962 aDestArea( rArea ), in ScUndoConsolidate()
/aoo41x/main/toolkit/source/layout/core/
H A Dtable.hxx81 virtual void SAL_CALL allocateArea( const css::awt::Rectangle &rArea )
H A Dbox.hxx65 virtual void SAL_CALL allocateArea( const css::awt::Rectangle &rArea )
H A Dflow.hxx74 virtual void SAL_CALL allocateArea( const css::awt::Rectangle &rArea )
/aoo41x/main/sc/source/core/inc/
H A Drefupdat.hxx90 const ScRange& rArea, SCCOL nGrowX, SCROW nGrowY,
/aoo41x/main/toolkit/source/awt/
H A Dvclxdialog.hxx81 virtual void SAL_CALL allocateArea( const css::awt::Rectangle &rArea )
H A Dvclxsplitter.hxx65 virtual void SAL_CALL allocateArea( const ::com::sun::star::awt::Rectangle &rArea )
H A Dvclxtabcontrol.hxx87 virtual void SAL_CALL allocateArea( const ::com::sun::star::awt::Rectangle &rArea )
/aoo41x/main/sc/source/core/data/
H A Dcell2.cxx1354 void ScFormulaCell::UpdateGrow( const ScRange& rArea, SCCOL nGrowX, SCROW nGrowY ) in UpdateGrow() argument
1383 bMod = (ScRefUpdate::UpdateGrow( rArea,nGrowX,nGrowY, in UpdateGrow()
1410 bMod = (ScRefUpdate::UpdateGrow( rArea,nGrowX,nGrowY, in UpdateGrow()
H A Ddocumen3.cxx996 void ScDocument::UpdateGrow( const ScRange& rArea, SCCOL nGrowX, SCROW nGrowY ) in UpdateGrow() argument
1002 pRangeName->UpdateGrow( rArea, nGrowX, nGrowY ); in UpdateGrow()
1005 pTab[i]->UpdateGrow( rArea, nGrowX, nGrowY ); in UpdateGrow()
H A Dtable1.cxx1312 void ScTable::UpdateGrow( const ScRange& rArea, SCCOL nGrowX, SCROW nGrowY ) in UpdateGrow() argument
1315 aCol[i].UpdateGrow( rArea, nGrowX, nGrowY ); in UpdateGrow()
H A Dcolumn.cxx1694 void ScColumn::UpdateGrow( const ScRange& rArea, SCCOL nGrowX, SCROW nGrowY ) in UpdateGrow() argument
1703 ((ScFormulaCell*)pCell)->UpdateGrow( rArea, nGrowX, nGrowY ); in UpdateGrow()
/aoo41x/main/sc/inc/
H A Dscmod.hxx174 void SetDragLink( const String& rDoc, const String& rTab, const String& rArea );
H A Ddrwlayer.hxx107 void MoveAreaTwips( SCTAB nTab, const Rectangle& rArea, const Point& rMove,
H A Dcell.hxx398 void UpdateGrow( const ScRange& rArea, SCCOL nGrowX, SCROW nGrowY );
H A Dcolumn.hxx293 void UpdateGrow( const ScRange& rArea, SCCOL nGrowX, SCROW nGrowY );
/aoo41x/main/tools/inc/tools/
H A Dpoly.hxx126 static void ImplReduceEdges( Polygon& rPoly, const double& rArea, sal_uInt16 nPercent );
/aoo41x/main/svtools/source/inc/
H A Dsgvmain.hxx306 void SetArea(ObjAreaType& rArea, OutputDevice& rOut);
/aoo41x/main/svtools/source/graphic/
H A Dgrfmgr.cxx817 sal_Bool GraphicObject::DrawTiled( OutputDevice* pOut, const Rectangle& rArea, const Size& rSize, in DrawTiled() argument
836 return ImplDrawTiled( pOut, rArea, aOutTileSize, rOffset, pAttr, nFlags, nTileCacheSize1D ); in DrawTiled()
/aoo41x/main/canvas/inc/canvas/rendering/
H A Dbitmap.hxx138 const ::basegfx::B2DRange& rArea,
/aoo41x/main/sc/source/ui/inc/
H A Dundodat.hxx470 const ScArea& rArea, const ScConsolidateParam& rPar,
/aoo41x/main/sc/source/ui/app/
H A Dscmod.cxx674 void ScModule::SetDragLink( const String& rDoc, const String& rTab, const String& rArea ) in SetDragLink() argument
680 aDragData.aLinkArea = rArea; in SetDragLink()
/aoo41x/main/tools/source/generic/
H A Dpoly.cxx1134 void Polygon::ImplReduceEdges( Polygon& rPoly, const double& rArea, sal_uInt16 nPercent ) in ImplReduceEdges() argument
1198 double fRelLen = 1.0 - sqrt( fDistB / rArea ); in ImplReduceEdges()

Completed in 259 milliseconds

1234