Home
last modified time | relevance | path

Searched refs:nAbsPos (Results 1 – 25 of 31) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/outliner/
H A Dparalist.cxx104 void ParagraphList::Insert( std::unique_ptr<Paragraph> pPara, sal_Int32 nAbsPos) in Insert() argument
106 …SAL_WARN_IF( nAbsPos < 0 || (maEntries.size() < o3tl::make_unsigned(nAbsPos) && nAbsPos != EE_PARA… in Insert()
107 "editeng", "ParagraphList::Insert - bad insert position " << nAbsPos); in Insert()
110 if (nAbsPos < 0 || maEntries.size() <= o3tl::make_unsigned(nAbsPos)) in Insert()
113 maEntries.insert(maEntries.begin()+nAbsPos, std::move(pPara)); in Insert()
H A Dparalist.hxx59 void Insert( std::unique_ptr<Paragraph> pPara, sal_Int32 nAbsPos);
H A Doutliner.cxx68 Paragraph* Outliner::Insert(const OUString& rText, sal_Int32 nAbsPos, sal_Int16 nDepth) in Insert() argument
77 if( nAbsPos > nParagraphCount ) in Insert()
78 nAbsPos = nParagraphCount; in Insert()
99 pParaList->Insert( std::unique_ptr<Paragraph>(pPara), nAbsPos ); in Insert()
100 pEditEngine->InsertParagraph( nAbsPos, OUString() ); in Insert()
101 DBG_ASSERT(pPara==pParaList->GetParagraph(nAbsPos),"Insert:Failed"); in Insert()
102 ImplInitDepth( nAbsPos, nDepth, false ); in Insert()
1364 Paragraph* Outliner::GetParagraph( sal_Int32 nAbsPos ) const in GetParagraph()
1366 return pParaList->GetParagraph( nAbsPos ); in GetParagraph()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/outliner/
H A Dparalist.cxx106 void ParagraphList::Insert( std::unique_ptr<Paragraph> pPara, sal_Int32 nAbsPos) in Insert() argument
108 …SAL_WARN_IF( nAbsPos < 0 || (maEntries.size() < static_cast<size_t>(nAbsPos) && nAbsPos != EE_PARA… in Insert()
109 "editeng", "ParagraphList::Insert - bad insert position " << nAbsPos); in Insert()
112 if (nAbsPos < 0 || maEntries.size() <= static_cast<size_t>(nAbsPos)) in Insert()
115 maEntries.insert(maEntries.begin()+nAbsPos, std::move(pPara)); in Insert()
H A Dparalist.hxx58 void Insert( std::unique_ptr<Paragraph> pPara, sal_Int32 nAbsPos);
H A Doutliner.cxx76 Paragraph* Outliner::Insert(const OUString& rText, sal_Int32 nAbsPos, sal_Int16 nDepth) in Insert() argument
85 if( nAbsPos > nParagraphCount ) in Insert()
86 nAbsPos = nParagraphCount; in Insert()
107 pParaList->Insert( std::unique_ptr<Paragraph>(pPara), nAbsPos ); in Insert()
108 pEditEngine->InsertParagraph( nAbsPos, OUString() ); in Insert()
109 DBG_ASSERT(pPara==pParaList->GetParagraph(nAbsPos),"Insert:Failed"); in Insert()
110 ImplInitDepth( nAbsPos, nDepth, false ); in Insert()
1371 Paragraph* Outliner::GetParagraph( sal_Int32 nAbsPos ) const in GetParagraph()
1373 return pParaList->GetParagraph( nAbsPos ); in GetParagraph()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Doutlview.cxx335 UpdateParagraph( nAbsPos ); in IMPL_LINK()
337 if( (nAbsPos == 0) || in IMPL_LINK()
482 SdrPage* pPage = mrDoc.GetPage(nAbsPos); in IMPL_LINK()
485 mrDoc.RemovePage(nAbsPos); in IMPL_LINK()
487 nAbsPos = static_cast<sal_uInt16>(nPos) * 2 + 1; in IMPL_LINK()
488 pPage = mrDoc.GetPage(nAbsPos); in IMPL_LINK()
491 mrDoc.RemovePage(nAbsPos); in IMPL_LINK()
601 SdrPage* pPage = mrDoc.GetPage(nAbsPos); in IMPL_LINK()
604 mrDoc.RemovePage(nAbsPos); in IMPL_LINK()
607 pPage = mrDoc.GetPage(nAbsPos); in IMPL_LINK()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Doutlview.cxx335 UpdateParagraph( nAbsPos ); in IMPL_LINK()
337 if( (nAbsPos == 0) || in IMPL_LINK()
482 SdrPage* pPage = mrDoc.GetPage(nAbsPos); in IMPL_LINK()
485 mrDoc.RemovePage(nAbsPos); in IMPL_LINK()
487 nAbsPos = static_cast<sal_uInt16>(nPos) * 2 + 1; in IMPL_LINK()
488 pPage = mrDoc.GetPage(nAbsPos); in IMPL_LINK()
491 mrDoc.RemovePage(nAbsPos); in IMPL_LINK()
601 SdrPage* pPage = mrDoc.GetPage(nAbsPos); in IMPL_LINK()
604 mrDoc.RemovePage(nAbsPos); in IMPL_LINK()
607 pPage = mrDoc.GetPage(nAbsPos); in IMPL_LINK()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/jsdialog/
H A Dexecutor.cxx241 int nAbsPos = std::atoi(nRowString.getStr()); in ExecuteAction() local
244 pTreeView->get_iter_abs_pos(*itEntry, nAbsPos); in ExecuteAction()
267 int nAbsPos = std::atoi(nRowString.getStr()); in ExecuteAction() local
269 pTreeView->get_iter_abs_pos(*itEntry, nAbsPos); in ExecuteAction()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/treelist/
H A Dtreelistentry.cxx52 , nAbsPos(0) in SvTreeListEntry()
93 nAbsPos = pSource->nAbsPos; in Clone()
H A Dtreelist.cxx828 return pEntry->nAbsPos; in GetAbsPos()
842 pEntry->nAbsPos = nPos; in SetAbsolutePositions()
969 SvTreeListEntry* SvTreeList::GetEntryAtAbsPos( sal_uInt32 nAbsPos ) const in GetEntryAtAbsPos()
972 while ( nAbsPos && pEntry ) in GetEntryAtAbsPos()
975 nAbsPos--; in GetEntryAtAbsPos()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/treelist/
H A Dtreelistentry.cxx52 , nAbsPos(0) in SvTreeListEntry()
92 nAbsPos = pSource->nAbsPos; in Clone()
H A Dtreelist.cxx851 return pEntry->nAbsPos; in GetAbsPos()
865 pEntry->nAbsPos = nPos; in SetAbsolutePositions()
992 SvTreeListEntry* SvTreeList::GetEntryAtAbsPos( sal_uLong nAbsPos ) const in GetEntryAtAbsPos()
995 while ( nAbsPos && pEntry ) in GetEntryAtAbsPos()
998 nAbsPos--; in GetEntryAtAbsPos()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/toolkit/
H A Dtreelist.hxx168 SvTreeListEntry* GetEntryAtAbsPos( sal_uInt32 nAbsPos ) const;
258 SvTreeListEntry* GetEntryAtAbsPos( sal_uInt32 nAbsPos ) const in GetEntryAtAbsPos()
259 { return pModel->GetEntryAtAbsPos(nAbsPos); } in GetEntryAtAbsPos()
H A Dtreelistentry.hxx65 sal_uInt32 nAbsPos; member in SvTreeListEntry
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dtreelist.hxx170 SvTreeListEntry* GetEntryAtAbsPos( sal_uLong nAbsPos ) const;
268 SvTreeListEntry* GetEntryAtAbsPos( sal_uLong nAbsPos ) const in GetEntryAtAbsPos()
269 { return pModel->GetEntryAtAbsPos(nAbsPos); } in GetEntryAtAbsPos()
H A Dtreelistentry.hxx61 sal_uLong nAbsPos; member in SvTreeListEntry
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/utlui/
H A Dglbltree.cxx374 int nAbsPos = nSel != -1 ? nSel : 0; in Select() local
382 nSelCount == 1 && nAbsPos && !bReadonly); in Select()
384 nSelCount == 1 && nAbsPos < m_xTreeView->n_children() - 1 && !bReadonly); in Select()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Dconttree.hxx163 std::unique_ptr<weld::TreeIter> GetEntryAtAbsPos(size_t nAbsPos) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/utlui/
H A Dglbltree.cxx537 sal_uLong nAbsPos = pSel ? GetModel()->GetAbsPos(pSel) : 0; in SelectHdl() local
545 nSelCount == 1 && nAbsPos && !bReadonly); in SelectHdl()
547 nSelCount == 1 && nAbsPos < GetEntryCount() - 1 && !bReadonly); in SelectHdl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/dbui/
H A Ddbmgr.cxx338 static bool lcl_MoveAbsolute(SwDSParam* pParam, tools::Long nAbsPos) in lcl_MoveAbsolute() argument
345 if(pParam->aSelection.getLength() <= nAbsPos) in lcl_MoveAbsolute()
352 pParam->nSelectionIndex = nAbsPos; in lcl_MoveAbsolute()
361 bRet = pParam->xResultSet->absolute( nAbsPos ); in lcl_MoveAbsolute()
2278 sal_Int32 nAbsPos = nSet; in ToRecordId() local
2279 assert(nAbsPos >= 0); in ToRecordId()
2280 bRet = lcl_MoveAbsolute(m_pImpl->pMergeData.get(), nAbsPos); in ToRecordId()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/dbui/
H A Ddbmgr.cxx356 static bool lcl_MoveAbsolute(SwDSParam* pParam, long nAbsPos) in lcl_MoveAbsolute() argument
363 if(pParam->aSelection.getLength() <= nAbsPos) in lcl_MoveAbsolute()
370 pParam->nSelectionIndex = nAbsPos; in lcl_MoveAbsolute()
379 bRet = pParam->xResultSet->absolute( nAbsPos ); in lcl_MoveAbsolute()
2330 sal_Int32 nAbsPos = nSet; in ToRecordId() local
2331 assert(nAbsPos >= 0); in ToRecordId()
2332 bRet = lcl_MoveAbsolute(m_pImpl->pMergeData.get(), nAbsPos); in ToRecordId()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/editeng/
H A Doutliner.hxx682 …Paragraph* Insert( const OUString& rText, sal_Int32 nAbsPos = EE_PARA_APPEND, sal_Int16 nDept…
711 Paragraph* GetParagraph( sal_Int32 nAbsPos ) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/editeng/
H A Doutliner.hxx679 …Paragraph* Insert( const OUString& rText, sal_Int32 nAbsPos = EE_PARA_APPEND, sal_Int16 nDept…
708 Paragraph* GetParagraph( sal_Int32 nAbsPos ) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/tools/source/stream/
H A Dstream.cxx807 sal_uInt64 const nAbsPos = static_cast<sal_uInt64>(-nPos); in SeekRel() local
808 if ( nActualPos >= nAbsPos ) in SeekRel()
809 nActualPos -= nAbsPos; in SeekRel()

12