/aoo42x/main/editeng/source/outliner/ |
H A D | paralist.cxx | 160 sal_uLong n = GetAbsPos( pPara ); in NextVisible() 171 sal_uLong n = GetAbsPos( pPara ); in PrevVisible() 193 sal_uLong n = GetAbsPos( pParagraph ); in HasChilds() 200 sal_uLong n = GetAbsPos( pParagraph ); in HasHiddenChilds() 207 sal_uLong n = GetAbsPos( pParagraph ); in HasVisibleChilds() 215 sal_uLong n = GetAbsPos( pParent ); in GetChildCount() 228 sal_uLong n = GetAbsPos( pParagraph ); in GetParent() 243 sal_uLong nPos = GetAbsPos( pParent ); in Expand() 259 sal_uLong nPos = GetAbsPos( pParent ); in Collapse() 275 sal_uLong nPos = GetAbsPos( pPara ); in GetVisPos()
|
H A D | outliner.cxx | 306 sal_uInt32 nPara = (sal_uInt32)GetAbsPos( pPara ); in SetDepth() 472 sal_uInt32 nPara = (sal_uInt32)pParaList->GetAbsPos( pPara ); in SetText() 790 sal_uLong nPara = pParaList->GetAbsPos( pPara ); in SetVisible() 898 pUndo->nCount = pParaList->GetAbsPos( pPara ); in Expand() 904 InvalidateBullet( pPara, pParaList->GetAbsPos(pPara) ); in Expand() 931 pUndo->nCount = pParaList->GetAbsPos( pPara ); in Collapse() 938 InvalidateBullet( pPara, pParaList->GetAbsPos(pPara) ); in Collapse() 1494 sal_uLong Outliner::GetAbsPos( Paragraph* pPara ) in GetAbsPos() function in Outliner 1498 return pParaList->GetAbsPos( pPara ); in GetAbsPos() 1822 sal_uLong nPos = pParaList->GetAbsPos( pPara ); in Remove() [all …]
|
H A D | outlvw.cxx | 449 nPara = pOwner->pParaList->GetAbsPos( pTemp ); in ImpPaintDDCursor() 488 nCurPara = p ? pParaList->GetAbsPos( p ) : LIST_APPEND; in ImpGetInsertionPara() 499 sal_uInt32 nPara = pOwner->pParaList->GetAbsPos( pPara ); in ImpToggleExpand() 520 sal_uLong nPara = pOwner->pParaList->GetAbsPos( pParagraph ); in Select() 684 pOwner->InvalidateBullet( pPrev, pOwner->pParaList->GetAbsPos( pPrev ) ); in Indent() 743 sal_uInt32 nStartPara = pOwner->pParaList->GetAbsPos( pPara ); in AdjustDepth() 755 sal_uInt32 nStartPara = pOwner->pParaList->GetAbsPos( pPara ); in AdjustHeight()
|
H A D | paralist.hxx | 43 sal_uLong GetAbsPos( Paragraph* pParent ) const { return List::GetPos( pParent ); } in GetAbsPos() function in ParagraphList
|
/aoo42x/main/dbaccess/source/ui/misc/ |
H A D | WNameMatch.cxx | 230 sal_Int32 nPos = m_CTRL_LEFT.GetModel()->GetAbsPos(pEntry); in IMPL_LINK() 261 sal_Int32 nPos = m_CTRL_RIGHT.GetModel()->GetAbsPos(pEntry); in IMPL_LINK() 285 sal_uLong nPos = m_CTRL_LEFT.GetModel()->GetAbsPos(pEntry); 287 if(pOldEntry && nPos != m_CTRL_RIGHT.GetModel()->GetAbsPos(pOldEntry)) 294 sal_uLong nNewPos = m_CTRL_LEFT.GetModel()->GetAbsPos(m_CTRL_LEFT.GetFirstEntryInView()); 319 sal_uLong nPos = m_CTRL_RIGHT.GetModel()->GetAbsPos(pEntry); 321 if(pOldEntry && nPos != m_CTRL_LEFT.GetModel()->GetAbsPos(pOldEntry)) 328 sal_uLong nNewPos = m_CTRL_RIGHT.GetModel()->GetAbsPos(m_CTRL_RIGHT.GetFirstEntryInView());
|
/aoo42x/main/sd/source/ui/view/ |
H A D | drtxtob.cxx | 298 …if(pOutl->GetAbsPos(pPara) > 1 || ( pOutl->HasParaFlag(pPara,PARAFLAG_ISPAGE) && pOutl->GetAbsPos(… in GetAttrState() 307 if(pOutl->GetAbsPos(pPara) > 0) in GetAttrState() 316 sal_Int16 nDepth = pOutl->GetDepth( pOutl->GetAbsPos( pPara ) ); in GetAttrState() 324 …if( (nDepth < pOLV->GetOutliner()->GetMaxDepth() && ( !bOutlineViewSh || pOutl->GetAbsPos(pPara) !… in GetAttrState() 325 …&& (nDepth <= 0) && pOutl->HasParaFlag( pPara, PARAFLAG_ISPAGE ) && pOutl->GetAbsPos(pPara) != 0) ) in GetAttrState() 334 if ( ( pOutl->GetAbsPos((Paragraph*) pList->Last()) < pOutl->GetParagraphCount() - 1 ) && in GetAttrState() 346 && 0 == pOutl->GetAbsPos(pPara) in GetAttrState()
|
H A D | outlview.cxx | 482 sal_Int32 nPos = mpOutliner->GetAbsPos(const_cast<Paragraph*>(pPara)); in GetPrevTitle() 509 sal_Int32 nPos = mpOutliner->GetAbsPos(pResult); in GetNextTitle() 540 sal_uInt16 nAbsPos = (sal_uInt16)mpOutliner->GetAbsPos( pPara ); in IMPL_LINK() 767 …Flag( pParagraph, PARAFLAG_ISPAGE ) && (pOutliner->GetDepth( pOutliner->GetAbsPos( pParagraph ) ) … in IMPL_LINK() 869 …else if ( (pOutliner->GetPrevDepth() == 1) && ( pOutliner->GetDepth( pOutliner->GetAbsPos( pPara )… in IMPL_LINK() 909 sal_uLong nPara = pOutliner->GetAbsPos( pPara ); in IMPL_LINK() 1330 mpOutliner->SetParaAttribs( mpOutliner->GetAbsPos(pPara), in FillOutliner() 1333 …mpOutliner->SetStyleSheet( mpOutliner->GetAbsPos( pPara ), pPage->GetStyleSheetForPresObj( PRESOBJ… in FillOutliner() 1338 sal_uLong nPara = mpOutliner->GetAbsPos( pPara ); in FillOutliner()
|
H A D | drawview.cxx | 226 sal_uLong nParaPos = pOutliner->GetAbsPos( pPara ); in SetAttributes() 267 pOutliner->GetDepth( pOutliner->GetAbsPos( (Paragraph*) pList->First() ) ) > 0 ) in SetAttributes()
|
H A D | outlnvsh.cxx | 881 sal_Int16 nTmpDepth = pOutl->GetDepth( pOutl->GetAbsPos( pPara ) ); in GetMenuState() 885 nDepth = pOutl->GetDepth( pOutl->GetAbsPos( pPara ) ); in GetMenuState() 1851 pOPO = pOutliner->CreateParaObject( (sal_uInt16) pOutliner->GetAbsPos( pPara ), 1 ); in UpdateTitleObject() 1932 sal_uLong nTitlePara = pOutliner->GetAbsPos( pPara ); in UpdateOutlineObject()
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | taborder.cxx | 358 sal_uLong nFirstSelPos = GetModel()->GetAbsPos( pFirstSelected ); in MoveSelection() 364 sal_uLong nSelEntryPos = GetModel()->GetAbsPos( pSelEntry ); in MoveSelection() 381 sal_uLong nLastSelPos = GetModel()->GetAbsPos( pLastSelected ); in MoveSelection() 394 sal_uLong nSelEntryPos = GetModel()->GetAbsPos( pSelEntry ); in MoveSelection() 408 long nFirstVisible = GetModel()->GetAbsPos( FirstVisible()); in MoveSelection()
|
/aoo42x/main/sw/source/ui/utlui/ |
H A D | glbltree.cxx | 257 (int) GetModel()->GetAbsPos(pDropEntry): in ExecuteDrop() 559 sal_uInt16 nAbsPos = pSel ? (sal_uInt16)GetModel()->GetAbsPos(pSel) : 0; in SelectHdl() 609 sal_uInt16 nSource = (sal_uInt16) _pModel->GetAbsPos(pSource); in NotifyMoving() 610 …sal_uInt16 nDest = pTarget ? (sal_uInt16) _pModel->GetAbsPos(pTarget) : pSwGlblDocContents->Coun… in NotifyMoving() 736 nSelPos = (sal_uInt16)GetModel()->GetAbsPos(pOldSelEntry); in Display() 951 (sal_uInt16)GetModel()->GetAbsPos(pSelEntry)); in ExcecuteContextMenuAction() 1016 sal_uLong nEntryPos = pEntry ? GetModel()->GetAbsPos(pEntry) : (sal_uLong)-1; in ExcecuteContextMenuAction() 1172 sal_uInt16 nSource = (sal_uInt16)GetModel()->GetAbsPos(pEntry); in ExecCommand()
|
/aoo42x/main/sd/source/ui/func/ |
H A D | fuinsfil.cxx | 643 sal_uLong nTargetPos = pDocliner->GetAbsPos(pPara) + 1; in InsTextOrRTFinOlMode() 647 pPara = pDocliner->GetParagraph( pDocliner->GetAbsPos( pPara ) - 1 ); in InsTextOrRTFinOlMode() 650 sal_uLong nPos = pDocliner->GetAbsPos( pPara ); in InsTextOrRTFinOlMode() 694 sal_uLong nPos = pOutliner->GetAbsPos( pPara ); in InsTextOrRTFinOlMode() 716 sal_uLong nPos = pOutliner->GetAbsPos( pSourcePara ); in InsTextOrRTFinOlMode()
|
H A D | fuprobjs.cxx | 103 nDepth = pOutl->GetDepth( pOutl->GetAbsPos( pPara ) ); in DoExecute() 108 nTmp = pOutl->GetDepth( pOutl->GetAbsPos( pPara ) ); in DoExecute()
|
H A D | fuexpand.cxx | 145 sal_uLong nParaPos = pOutl->GetAbsPos( pPara ); in DoExecute()
|
/aoo42x/main/sd/source/core/ |
H A D | sdpage_animations.cxx | 119 aTarget.Paragraph = (sal_Int16)pOutliner->GetAbsPos( pPara ); in onParagraphInserted() 132 aTarget.Paragraph = (sal_Int16)pOutliner->GetAbsPos( pPara ); in onParagraphRemoving()
|
/aoo42x/main/dbaccess/source/ui/querydesign/ |
H A D | QTableWindow.cxx | 217 aInfo->SetFieldIndex(m_pListBox->GetModel()->GetAbsPos(pEntry)); in OnEntryDoubleClicked() 250 rInfo->SetFieldIndex(m_pListBox->GetModel()->GetAbsPos(pEntry)); in ExistsField()
|
H A D | QueryTableView.cxx | 710 nSourceFieldIndex = jxdSource.pListBox->GetModel()->GetAbsPos(jxdSource.pEntry); in AddConnection() 715 nDestFieldIndex = jxdDest.pListBox->GetModel()->GetAbsPos(jxdDest.pEntry); in AddConnection()
|
/aoo42x/main/sd/source/ui/dlg/ |
H A D | custsdlg.cxx | 416 nPosCP = aLbCustomPages.GetModel()->GetAbsPos( pEntry ) + 1L; in IMPL_LINK() 441 sal_uLong nPos = aLbCustomPages.GetModel()->GetAbsPos( pEntry ); in IMPL_LINK()
|
/aoo42x/main/cui/source/tabpages/ |
H A D | macroass.cxx | 280 ( nPos = rListBox.GetModel()->GetAbsPos( pE ) ) ) in IMPL_STATIC_LINK() 321 ( nPos = rListBox.GetModel()->GetAbsPos( pE ) ) ) in IMPL_STATIC_LINK()
|
/aoo42x/main/sw/source/ui/misc/ |
H A D | redlndlg.cxx | 798 sal_uLong nAbsPos = pModel->GetAbsPos(pEntry); in RemoveParents() 800 pModel->GetAbsPos(aLBoxArr[ static_cast< sal_uInt16 >(nIdx) ]) > nAbsPos) in RemoveParents() 910 nPos = pTable->GetModel()->GetAbsPos( pEntry ); in CallAcceptReject()
|
/aoo42x/main/cui/source/dialogs/ |
H A D | linkdlg.cxx | 277 sal_uInt16 nFndPos = (sal_uInt16)rListBox.GetModel()->GetAbsPos( pE ); in IMPL_LINK_INLINE_END() 666 ( nPos = (sal_uInt16)Links().GetModel()->GetAbsPos( pE ) ) ) in GetSelEntry()
|
/aoo42x/main/sw/source/ui/config/ |
H A D | optload.cxx | 676 … sal_Bool bChecked = aCheckLB.IsChecked((sal_uInt16)aCheckLB.GetModel()->GetAbsPos(pSelEntry)); in IMPL_LINK() 819 pOpt->UseCaption() = aCheckLB.IsChecked((sal_uInt16)aCheckLB.GetModel()->GetAbsPos(pEntry)); in SaveEntry()
|
/aoo42x/main/svx/source/dialog/ |
H A D | fontlb.cxx | 130 return pSvLBoxEntry ? GetModel()->GetAbsPos( pSvLBoxEntry ) : LIST_APPEND; in GetSelectEntryPos()
|
H A D | checklbx.cxx | 118 return (sal_uInt16)GetModel()->GetAbsPos( pEntry ); in GetSelectEntryPos()
|
/aoo42x/main/cui/source/customize/ |
H A D | macropg.cxx | 605 ( nPos = rListBox.GetModel()->GetAbsPos( pE ) ) ) in IMPL_STATIC_LINK() 633 ( nPos = rListBox.GetModel()->GetAbsPos( pE ) ) ) in GenericHandler_Impl()
|