Home
last modified time | relevance | path

Searched refs:GetDepth (Results 1 – 25 of 84) sorted by path

1234

/trunk/main/basctl/source/basicide/
H A Dbastype2.cxx651 if ( GetModel()->GetDepth( GetHdlEntry() ) == 1 ) in ExpandingHdl()
687 if ( pEntry && ( GetModel()->GetDepth( pEntry ) == 1 ) ) in IsEntryProtected()
H A Dbastype3.cxx186 sal_uInt16 nDepth = GetModel()->GetDepth( pEntry ); in FindVariable()
291 sal_uInt16 nDepth = GetModel()->GetDepth( pEntry ); in GetEntryDescriptor()
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 Dmoduldlg.cxx82 sal_uInt16 nDepth = GetModel()->GetDepth( pEntry ); in EditingEntry()
160 sal_uInt16 nDepth = GetModel()->GetDepth( pEntry ); in NotifyStartDrag()
197 sal_uInt16 nDepth = pEntry ? GetModel()->GetDepth( pEntry ) : 0; in NotifyAcceptDrop()
339 sal_uInt16 nDepth = GetModel()->GetDepth( pTarget ); in NotifyCopyingMoving()
630 sal_uInt16 nDepth = pCurEntry ? aBasicBox.GetModel()->GetDepth( pCurEntry ) : 0; in CheckButtons()
699 if ( aBasicBox.GetModel()->GetDepth( pCurEntry ) >= 2 ) in IMPL_LINK()
718 DBG_ASSERT( aBasicBox.GetModel()->GetDepth( pCurEntry ) == 1, "Kein LibEntry?!" ); in IMPL_LINK()
/trunk/main/basic/source/comp/
H A Dexprnode.cxx213 short SbiExprNode::GetDepth() in GetDepth() function in SbiExprNode
218 short d1 = pLeft->GetDepth(); in GetDepth()
219 short d2 = pRight->GetDepth(); in GetDepth()
/trunk/main/basic/source/inc/
H A Dexpr.hxx149 short GetDepth(); // Tiefe eines Baumes berechnen
/trunk/main/cui/source/customize/
H A Dselector.cxx350 … || ( m_bShowSlots && _pParentEntry && ( GetModel()->GetDepth( _pParentEntry ) == 0 ) ) in fillScriptList()
/trunk/main/cui/source/dialogs/
H A Dscriptdlg.cxx919 if( aScriptsBox.GetModel()->GetDepth( pEntry ) == 0 ) in createEntry()
/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx151 sal_Int16 GetDepth() const { return nDepth; } in GetDepth() function in Paragraph
807 sal_Int16 GetDepth( sal_uLong nPara ) const;
H A Doutlobj.hxx74 sal_Int16 GetDepth(sal_uInt32 nPara) const;
H A Dunoedprx.hxx88 virtual sal_Int16 GetDepth( sal_uInt32 nPara ) const;
H A Dunoedsrc.hxx428 virtual sal_Int16 GetDepth( sal_uInt32 nPara ) const = 0;
H A Dunofored.hxx83 virtual sal_Int16 GetDepth( sal_uInt32 nPara ) const;
H A Dunoforou.hxx104 virtual sal_Int16 GetDepth( sal_uInt32 nPara ) const;
H A Dunotext.hxx229 virtual sal_Int16 GetDepth( sal_uInt32 nPara ) const;
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx120 if( pPara->GetDepth() != nDepth ) in Insert()
122 nDepthChangedHdlPrevDepth = pPara->GetDepth(); in Insert()
178 nDepth = pParaBefore->GetDepth(); in ParagraphInserted()
203 sal_Int16 nDepth = pPara->GetDepth(); in ParagraphDeleted()
291 return pPara ? pPara->GetDepth() : -1; in GetDepth()
300 if ( nNewDepth != pPara->GetDepth() ) in SetDepth()
501 nCurDepth = pPara->GetDepth(); in SetText()
814 sal_Int16 nDepth = GetDepth( nPara ); in ImplSetLevelDependendStyleSheet()
846 sal_Int16 nOldDepth = pPara->GetDepth(); in ImplInitDepth()
1336 if ( nDepth != GetDepth( nStartPara ) ) in ImpTextPasted()
[all …]
H A Doutlobj.cxx197 sal_Int16 OutlinerParaObject::GetDepth(sal_uInt32 nPara) const in GetDepth() function in OutlinerParaObject
262 if(GetDepth(--nDecrementer) == nLevel) in SetStyleSheets()
H A Doutlundo.cxx71 pOutliner->nDepthChangedHdlPrevDepth = pPara->GetDepth(); in ImplChangeFlags()
H A Doutlvw.cxx207 if( !pPara->GetDepth() ) in PostKeyEvent()
236 pOwner->Insert( String(),nTemp,pPara->GetDepth()); in PostKeyEvent()
253 pOwner->Insert( String(), nTemp, pPara->GetDepth()+1 ); in PostKeyEvent()
615 sal_Int16 nOldDepth = pPara->GetDepth(); in Indent()
675 if( !pPrev->IsVisible() && ( pPrev->GetDepth() == nNewDepth ) ) in Indent()
718 if ( pPara->GetDepth() < nMinDepth ) in Indent()
1206 nNewDepth = (pOwner->GetDepth(nPara) == -1) ? 0 : -1; in ToggleBullets()
1313 if( pPara && (pOwner->GetDepth(nPara) == -1) ) in EnableBullets()
1366 const sal_Int16 nDepth = pOwner->GetDepth(nPara); in ApplyBulletsNumbering()
1537 pOwner->ImplInitDepth( nPara, pPara->GetDepth(), sal_False, sal_False ); in RemoveAttribs()
H A Dparalist.cxx195 return ( pNext && ( pNext->GetDepth() > pParagraph->GetDepth() ) ) ? sal_True : sal_False; in HasChilds()
202 …return ( pNext && ( pNext->GetDepth() > pParagraph->GetDepth() ) && !pNext->IsVisible() ) ? sal_Tr… in HasHiddenChilds()
209 …return ( pNext && ( pNext->GetDepth() > pParagraph->GetDepth() ) && pNext->IsVisible() ) ? sal_Tru… in HasVisibleChilds()
217 while ( pPara && ( pPara->GetDepth() > pParent->GetDepth() ) ) in GetChildCount()
230 while ( pPrev && ( pPrev->GetDepth() >= pParagraph->GetDepth() ) ) in GetParent()
/trunk/main/editeng/source/uno/
H A Dunoedprx.cxx1099 sal_Int16 SvxAccessibleTextAdapter::GetDepth( sal_uInt32 nPara ) const in GetDepth() function in SvxAccessibleTextAdapter
1103 return mrTextForwarder->GetDepth( nPara ); in GetDepth()
H A Dunofored.cxx505 sal_Int16 SvxEditEngineForwarder::GetDepth( sal_uInt32 ) const in GetDepth() function in SvxEditEngineForwarder
H A Dunoforou.cxx464 sal_Int16 SvxOutlinerForwarder::GetDepth( sal_uInt32 nPara ) const in GetDepth() function in SvxOutlinerForwarder
473 nLevel = rOutliner.GetDepth( nPara ); in GetDepth()
H A Dunotext.cxx747 sal_Int16 nLevel = pForwarder->GetDepth( pSelection->nStartPara ); in GetPropertyValueHelper()
2683 sal_Int16 SvxDummyTextSource::GetDepth( sal_uInt32 ) const in GetDepth() function in SvxDummyTextSource
/trunk/main/sc/inc/
H A Dolinetab.hxx94 sal_uInt16 GetDepth() const { return nDepth; } in GetDepth() function in ScOutlineArray

Completed in 166 milliseconds

1234