Home
last modified time | relevance | path

Searched refs:GetDepth (Results 26 – 50 of 85) sorted by relevance

1234

/aoo4110/main/basctl/source/basicide/
H A Dmacrodlg.cxx429 sal_uInt16 nDepth = pCurEntry ? aBasicBox.GetModel()->GetDepth( pCurEntry ) : 0; in CheckButtons()
612 sal_uInt16 nDepth = aBasicBox.GetModel()->GetDepth( pCurEntry ); in IMPL_LINK()
628 nDepth = aBasicBox.GetModel()->GetDepth( pCurEntry ); in IMPL_LINK()
H A Dbastype2.cxx651 if ( GetModel()->GetDepth( GetHdlEntry() ) == 1 ) in ExpandingHdl()
687 if ( pEntry && ( GetModel()->GetDepth( pEntry ) == 1 ) ) in IsEntryProtected()
/aoo4110/main/svtools/source/contnr/
H A Dsvlbox.cxx1387 nRefDepth = pModel->GetDepth( pSelEntry ); in EnableSelectionAsDropTarget()
1389 while( pTemp && pModel->GetDepth( pTemp ) > nRefDepth ) in EnableSelectionAsDropTarget()
1401 nRefDepth = pModel->GetDepth( pSelEntry ); in EnableSelectionAsDropTarget()
1403 while( pTemp && pModel->GetDepth( pTemp ) > nRefDepth ) in EnableSelectionAsDropTarget()
/aoo4110/main/sd/source/ui/view/
H A Ddrawview.cxx227 sal_Int16 nDepth = pOutliner->GetDepth( (sal_uInt16) nParaPos ); in SetAttributes()
267 … pOutliner->GetDepth( (sal_uInt16) pOutliner->GetAbsPos( (Paragraph*) pList->First() ) ) > 0 ) in SetAttributes()
H A Doutlnvsh.cxx881 sal_Int16 nTmpDepth = pOutl->GetDepth( (sal_uInt16) pOutl->GetAbsPos( pPara ) ); in GetMenuState()
885 nDepth = pOutl->GetDepth( (sal_uInt16) pOutl->GetAbsPos( pPara ) ); in GetMenuState()
2042 sal_Int16 nDepth = pOutl->GetDepth( nPara ); in Read()
/aoo4110/main/editeng/source/uno/
H A Dunoforou.cxx464 sal_Int16 SvxOutlinerForwarder::GetDepth( sal_uInt16 nPara ) const in GetDepth() function in SvxOutlinerForwarder
473 nLevel = rOutliner.GetDepth( nPara ); in GetDepth()
H A Dunoedprx.cxx1099 sal_Int16 SvxAccessibleTextAdapter::GetDepth( sal_uInt16 nPara ) const in GetDepth() function in SvxAccessibleTextAdapter
1103 return mrTextForwarder->GetDepth( nPara ); in GetDepth()
/aoo4110/main/editeng/inc/editeng/
H A Doutlobj.hxx74 sal_Int16 GetDepth(sal_uInt16 nPara) const;
H A Dunofored.hxx83 virtual sal_Int16 GetDepth( sal_uInt16 nPara ) const;
H A Dunoforou.hxx104 virtual sal_Int16 GetDepth( sal_uInt16 nPara ) const;
H A Dunoedprx.hxx88 virtual sal_Int16 GetDepth( sal_uInt16 nPara ) const;
H A Dunoedsrc.hxx428 virtual sal_Int16 GetDepth( sal_uInt16 nPara ) const = 0;
H A Doutliner.hxx151 sal_Int16 GetDepth() const { return nDepth; } in GetDepth() function in Paragraph
807 sal_Int16 GetDepth( sal_uLong nPara ) const;
/aoo4110/main/vcl/inc/unx/
H A Dsalvd.h67 inline sal_uInt16 GetDepth() const { return nDepth_; } in GetDepth() function in X11SalVirtualDevice
/aoo4110/main/vcl/inc/
H A Dprinterjob.hxx95 sal_uInt16 GetDepth () const;
/aoo4110/main/sw/source/filter/html/
H A Dhtmlnum.hxx72 sal_uInt16 GetDepth() const { return nDeep; } in GetDepth() function in SwHTMLNumRuleInfo
/aoo4110/main/svx/inc/svx/
H A Dsvimbase.hxx162 SimDepthType GetDepth() const { return eOrgDepth; } in GetDepth() function in SvImageBase
/aoo4110/main/vcl/unx/gtk/window/
H A Dgtkobject.cxx62 m_aSystemData.nDepth = pDisp->GetVisual(pParent->getScreenNumber()).GetDepth(); in GtkSalObject()
/aoo4110/main/vcl/unx/generic/gdi/
H A Dxrender_peer.cxx227 int nVDepth = pSalDisp->GetVisual( nScreen ).GetDepth(); in InitRenderText()
/aoo4110/main/sd/source/ui/dlg/
H A Ddlgassim.cxx156 if(pPara && pOutliner->GetDepth( (sal_uInt16) nPara ) == 0 ) in Fill()
/aoo4110/main/editeng/source/outliner/
H A Doutlundo.cxx71 pOutliner->nDepthChangedHdlPrevDepth = pPara->GetDepth(); in ImplChangeFlags()
/aoo4110/main/sc/inc/
H A Dolinetab.hxx94 sal_uInt16 GetDepth() const { return nDepth; } in GetDepth() function in ScOutlineArray
/aoo4110/main/svx/source/accessibility/
H A DAccessibleEmptyEditSource.cxx173 sal_Int16 GetDepth( sal_uInt16 ) const { return -1; } in GetDepth() function in accessibility::AccessibleEmptyEditSource_Impl
/aoo4110/main/basic/source/inc/
H A Dexpr.hxx149 short GetDepth(); // Tiefe eines Baumes berechnen
/aoo4110/main/sd/source/filter/xml/
H A Dsdtransform.cxx226 const sal_Int16 nDepth = mrOutliner.GetDepth( nPara ); in transformTextShape()

Completed in 147 milliseconds

1234