Home
last modified time | relevance | path

Searched refs:GetTab (Results 76 – 100 of 171) sorted by relevance

1234567

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/toolkit/
H A Dsvtabbx.hxx63 using SvTreeListBox::GetTab;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dsvtabbx.hxx69 using SvTreeListBox::GetTab;
/dports/graphics/pinta/pinta-1.7.1/Pinta.Docking/DockNotebook/
H A DDockNotebook.cs330 public DockNotebookTab GetTab (int n) in GetTab() method in Pinta.Docking.DockNotebook.DockNotebook
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dpaintfrm.cxx159 const SwTabFrame *GetTab() const { return pTab; } in GetTab() function in SwLineRect
558 if ( rLRect.GetTab() == pTab && in AddLineRect()
586 if ( !rL1.GetTab() || rL1.IsPainted() || rL1.IsLocked() ) in ConnectEdges()
609 if ( rL2.GetTab() != rL1.GetTab() || in ConnectEdges()
674 rL1.GetTab(), SubColFlags::Tab ); in ConnectEdges()
715 rL1.GetTab(), SubColFlags::Tab ); in ConnectEdges()
903 if ( rLRect.GetTab() ) in PaintLines()
910 … nTLeft = rLRect.GetTab()->getFrameArea().Left() + rLRect.GetTab()->getFramePrintArea().Left(), in PaintLines()
911 … nTRight = rLRect.GetTab()->getFrameArea().Left() + rLRect.GetTab()->getFramePrintArea().Right(); in PaintLines()
921 … nTTop = rLRect.GetTab()->getFrameArea().Top() + rLRect.GetTab()->getFramePrintArea().Top(), in PaintLines()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync_sessions/
H A Dlocal_session_event_handler_impl.cc288 session_tracker_->GetTab(current_session_tag_, tab_id); in AssociateTab()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/sync_sessions/
H A Dlocal_session_event_handler_impl.cc279 session_tracker_->GetTab(current_session_tag_, tab_id); in AssociateTab()
/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/source/filter/
H A Dlwppara1.cxx537 return static_cast<LwpParaTabRackProperty*>(pProp)->GetTab(); in GetLocalTabOverride()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/source/filter/
H A Dlwppara1.cxx565 return static_cast<LwpParaTabRackProperty*>(pProp)->GetTab(); in GetLocalTabOverride()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Ddbdata.hxx124 SCTAB GetTab() const { return nTable; } in GetTab() function in ScDBData
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dpaintfrm.cxx162 const SwTabFrame* GetTab() const { return m_pTabFrame; } in GetTab() function in __anone3cb9cad0211::SwLineRect
577 if ( rLRect.GetTab() == pTab && in AddLineRect()
605 if ( !rL1.GetTab() || rL1.IsPainted() || rL1.IsLocked() ) in ConnectEdges()
628 if ( rL2.GetTab() != rL1.GetTab() || in ConnectEdges()
692 SvxBorderLineStyle::SOLID, rL1.GetTab(), in ConnectEdges()
733 SvxBorderLineStyle::SOLID, rL1.GetTab(), in ConnectEdges()
927 if ( rLRect.GetTab() ) in PaintLines()
934 … nTLeft = rLRect.GetTab()->getFrameArea().Left() + rLRect.GetTab()->getFramePrintArea().Left(), in PaintLines()
935 … nTRight = rLRect.GetTab()->getFrameArea().Left() + rLRect.GetTab()->getFramePrintArea().Right(); in PaintLines()
945 … nTTop = rLRect.GetTab()->getFrameArea().Top() + rLRect.GetTab()->getFramePrintArea().Top(), in PaintLines()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dcolumn3.cxx1121 mnSrcTab(rSrcCol.GetTab()), in CopyCellsFromClipHandler()
1547 ScAddress aPos(mrDestColumn.GetCol(), nDestRow, mrDestColumn.GetTab()); in doFunction()
1616 … mrDestColumn.GetDoc(), ScAddress(mrDestColumn.GetCol(), nRow, mrDestColumn.GetTab()), aArr)); in operator ()()
1673 … mrDestColumn.GetDoc(), ScAddress(mrDestColumn.GetCol(), nRow, mrDestColumn.GetTab()), aArr)); in operator ()()
1703 … mrDestColumn.GetDoc(), ScAddress(mrDestColumn.GetCol(), nRow, mrDestColumn.GetTab()), aArr)); in operator ()()
1711 ScAddress aDestPos(mrDestColumn.GetCol(), nRow, mrDestColumn.GetTab()); in operator ()()
1782 … mrDestColumn.GetDoc(), ScAddress(mrDestColumn.GetCol(), nDestRow, mrDestColumn.GetTab()), aArr)); in operator ()()
2436 ScAddress aPos(rColumn.GetCol(), nRow, rColumn.GetTab()); in processCell()
H A Dcolumn.cxx974 ScAddress aDestPos(mrDestCol.GetCol(), nTopRow, mrDestCol.GetTab()); in operator ()()
1292 … aRef.InitAddress(ScAddress(mrSrcCol.GetCol(), nRow, mrSrcCol.GetTab())); // Absolute reference. in createRefCell()
1297 …w ScFormulaCell(mrDestCol.GetDoc(), ScAddress(mrDestCol.GetCol(), nRow, mrDestCol.GetTab()), aArr); in createRefCell()
1367 ScAddress aSrcPos(mrSrcCol.GetCol(), nRow, mrSrcCol.GetTab()); in operator ()()
1428 ScAddress aDestPos(mrDestCol.GetCol(), nRow, mrDestCol.GetTab()); in cloneFormulaCell()
1482 …anCopyValue(mrSrcCol.GetDoc(), ScAddress(mrSrcCol.GetCol(), nRow, mrSrcCol.GetTab()), mnCopyFlags)) in cloneFormulaCell()
1586 ScAddress aSrcPos(mrSrcCol.GetCol(), nRow, mrSrcCol.GetTab()); in operator ()()
2857 SCTAB nTab = mrColumn.GetTab(); in fillBroadcastSpans()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dcolumn.cxx968 ScAddress aDestPos(mrDestCol.GetCol(), nTopRow, mrDestCol.GetTab()); in operator ()()
1286 … aRef.InitAddress(ScAddress(mrSrcCol.GetCol(), nRow, mrSrcCol.GetTab())); // Absolute reference. in createRefCell()
1291 …w ScFormulaCell(mrDestCol.GetDoc(), ScAddress(mrDestCol.GetCol(), nRow, mrDestCol.GetTab()), aArr); in createRefCell()
1361 ScAddress aSrcPos(mrSrcCol.GetCol(), nRow, mrSrcCol.GetTab()); in operator ()()
1422 ScAddress aDestPos(mrDestCol.GetCol(), nRow, mrDestCol.GetTab()); in cloneFormulaCell()
1476 …nCopyValue(*mrSrcCol.GetDoc(), ScAddress(mrSrcCol.GetCol(), nRow, mrSrcCol.GetTab()), mnCopyFlags)) in cloneFormulaCell()
1580 ScAddress aSrcPos(mrSrcCol.GetCol(), nRow, mrSrcCol.GetTab()); in operator ()()
2846 SCTAB nTab = mrColumn.GetTab(); in fillBroadcastSpans()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/demos/dbbrowse/
H A Dtabpgwin.cpp259 wxWindow* wxTabbedWindow::GetTab( int tabNo ) in GetTab() function in wxTabbedWindow
268 return GetTab( mActiveTab ); in GetActiveTab()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/demos/dbbrowse/
H A Dtabpgwin.cpp259 wxWindow* wxTabbedWindow::GetTab( int tabNo ) in GetTab() function in wxTabbedWindow
268 return GetTab( mActiveTab ); in GetActiveTab()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/demos/dbbrowse/
H A Dtabpgwin.cpp259 wxWindow* wxTabbedWindow::GetTab( int tabNo ) in GetTab() function in wxTabbedWindow
268 return GetTab( mActiveTab ); in GetActiveTab()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/demos/dbbrowse/
H A Dtabpgwin.cpp259 wxWindow* wxTabbedWindow::GetTab( int tabNo ) in GetTab() function in wxTabbedWindow
268 return GetTab( mActiveTab ); in GetActiveTab()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Ddbdata.hxx123 SCTAB GetTab() const { return nTable; } in GetTab() function in ScDBData
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/pango/
H A Dpango-layout.go415 func (v *TabArray) GetTab(tabIndex int) (TabAlign, int) { func
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/pango/
H A Dpango-layout.go415 func (v *TabArray) GetTab(tabIndex int) (TabAlign, int) { func
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/pango/
H A Dpango-layout.go415 func (v *TabArray) GetTab(tabIndex int) (TabAlign, int) { func
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/pango/
H A Dpango-layout.go415 func (v *TabArray) GetTab(tabIndex int) (TabAlign, int) { func
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxcl97rec.hxx130 SCTAB GetTab() const { return mnScTab; } in GetTab() function in XclObj
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/editeng/
H A Dflditem.hxx247 int GetTab() const { return mnTab;} in GetTab() function in SvxTableField
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/editeng/
H A Dflditem.hxx250 int GetTab() const { return mnTab;} in GetTab() function in SvxTableField

1234567