Home
last modified time | relevance | path

Searched refs:GetEndPos (Results 1 – 25 of 71) sorted by relevance

123

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dgbsizer.cpp138 GetEndPos(endrow, endcol); in Intersects()
159 void wxGBSizerItem::GetEndPos(int& row, int& col) in GetEndPos() function in wxGBSizerItem
232 item->GetEndPos(row, col); in Add()
468 item->GetEndPos(endrow, endcol); in CalcMin()
556 item->GetEndPos(endrow, endcol); in RecalcSizes()
598 item->GetEndPos(endrow, endcol); in AdjustForOverflow()
641 item->GetEndPos(endrow, endcol); in AdjustForOverflow()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dgbsizer.cpp135 GetEndPos(endrow, endcol); in Intersects()
156 void wxGBSizerItem::GetEndPos(int& row, int& col) in GetEndPos() function in wxGBSizerItem
223 item->GetEndPos(row, col); in Add()
459 item->GetEndPos(endrow, endcol); in CalcMin()
546 item->GetEndPos(endrow, endcol); in RepositionChildren()
588 item->GetEndPos(endrow, endcol); in AdjustForOverflow()
631 item->GetEndPos(endrow, endcol); in AdjustForOverflow()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dgbsizer.cpp138 GetEndPos(endrow, endcol); in Intersects()
159 void wxGBSizerItem::GetEndPos(int& row, int& col) in GetEndPos() function in wxGBSizerItem
232 item->GetEndPos(row, col); in Add()
468 item->GetEndPos(endrow, endcol); in CalcMin()
556 item->GetEndPos(endrow, endcol); in RecalcSizes()
598 item->GetEndPos(endrow, endcol); in AdjustForOverflow()
641 item->GetEndPos(endrow, endcol); in AdjustForOverflow()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dgbsizer.cpp140 GetEndPos(endrow, endcol); in Intersects()
161 void wxGBSizerItem::GetEndPos(int& row, int& col) in GetEndPos() function in wxGBSizerItem
461 item->GetEndPos(endrow, endcol); in CalcMin()
545 item->GetEndPos(endrow, endcol); in RecalcSizes()
587 item->GetEndPos(endrow, endcol); in AdjustForOverflow()
630 item->GetEndPos(endrow, endcol); in AdjustForOverflow()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dgbsizer.cpp140 GetEndPos(endrow, endcol); in Intersects()
161 void wxGBSizerItem::GetEndPos(int& row, int& col) in GetEndPos() function in wxGBSizerItem
461 item->GetEndPos(endrow, endcol); in CalcMin()
545 item->GetEndPos(endrow, endcol); in RecalcSizes()
587 item->GetEndPos(endrow, endcol); in AdjustForOverflow()
630 item->GetEndPos(endrow, endcol); in AdjustForOverflow()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dgbsizer.cpp140 GetEndPos(endrow, endcol); in Intersects()
161 void wxGBSizerItem::GetEndPos(int& row, int& col) in GetEndPos() function in wxGBSizerItem
461 item->GetEndPos(endrow, endcol); in CalcMin()
545 item->GetEndPos(endrow, endcol); in RecalcSizes()
587 item->GetEndPos(endrow, endcol); in AdjustForOverflow()
630 item->GetEndPos(endrow, endcol); in AdjustForOverflow()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dgbsizer.cpp140 GetEndPos(endrow, endcol); in Intersects()
161 void wxGBSizerItem::GetEndPos(int& row, int& col) in GetEndPos() function in wxGBSizerItem
461 item->GetEndPos(endrow, endcol); in CalcMin()
545 item->GetEndPos(endrow, endcol); in RecalcSizes()
587 item->GetEndPos(endrow, endcol); in AdjustForOverflow()
630 item->GetEndPos(endrow, endcol); in AdjustForOverflow()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dviscrs.hxx147 …const Point& GetEndPos() const { return (SwPaM::End() == m_pInitialPoint) ? m_PointPt : m_MarkPt;… in GetEndPos() function in SwShellCursor
148 … Point& GetEndPos() { return (SwPaM::End() == m_pInitialPoint) ? m_PointPt : m_MarkPt; } in GetEndPos() function in SwShellCursor
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dviscrs.hxx148 …const Point& GetEndPos() const { return (SwPaM::End() == m_pInitialPoint) ? m_PointPt : m_MarkPt;… in GetEndPos() function in SwShellCursor
149 … Point& GetEndPos() { return (SwPaM::End() == m_pInitialPoint) ? m_PointPt : m_MarkPt; } in GetEndPos() function in SwShellCursor
/dports/graphics/swftools/swftools-0.9.2/avi2swf/
H A Dvideoreader_avifile.cc285 printf("sound: %u samples (%f seconds)\n", i->astream->GetEndPos(), i->astream->GetEndTime()); in videoreader_avifile_open()
289 samplesperframe = astream->GetEndPos()/astream->GetEndTime()*head.dwMicroSecPerFrame/1000000; in videoreader_avifile_open()
290 v->samplerate = (int)(astream->GetEndPos()/astream->GetEndTime()); in videoreader_avifile_open()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fgas/layout/
H A Dcfx_breakpiece.h25 int32_t GetEndPos() const;
H A Dcfx_breakpiece.cpp17 int32_t CFX_BreakPiece::GetEndPos() const { in GetEndPos() function in CFX_BreakPiece
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fgas/layout/
H A Dcfx_breakpiece.h25 int32_t GetEndPos() const;
H A Dcfx_breakpiece.cpp18 int32_t CFX_BreakPiece::GetEndPos() const { in GetEndPos() function in CFX_BreakPiece
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/oligofar/
H A Dcseqbuffer.hpp19 int GetEndPos() const { return m_bufferOffset + GetLength(); } in GetEndPos() function in CSeqBuffer
/dports/news/nzbget/nzbget-21.1/daemon/nntp/
H A DDecoder.h55 int64 GetEndPos() { return m_endPos; } in GetEndPos() function
H A DArticleDownloader.cpp462 if (m_decoder.GetBeginPos() == 0 || m_decoder.GetEndPos() == 0) in Write()
468 articleSize = (int)(m_decoder.GetEndPos() - m_decoder.GetBeginPos() + 1); in Write()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/drawing_sheet/
H A Dds_data_item.cpp159 DPOINT endpos = vector + GetEndPos(); in MoveTo()
305 const DPOINT DS_DATA_ITEM::GetEndPos( int ii ) const in GetEndPos() function in DS_DATA_ITEM
337 DPOINT pos = GetEndPos( ii ); in GetEndPosUi()
357 pos = GetEndPos( ii ); in IsInsidePage()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/
H A Dgbsizer.h259 void GetEndPos(int& row, int& col);
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/
H A Dgbsizer.h259 void GetEndPos(int& row, int& col);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/
H A Dgbsizer.h259 void GetEndPos(int& row, int& col);
/dports/lang/nbc/
H A DmwGenericLex.pas258 function GetEndPos: Integer; in GetEndPos() function
286 property EndPos: Integer read GetEndPos write SetEndPos;
962 function TmwGenLex.GetEndPos: Integer; in GetEndPos() function
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/drawing_sheet/
H A Dds_data_item.h140 const DPOINT GetEndPos( int ii = 0 ) const;
/dports/graphics/swftools/swftools-0.9.2/m4/
H A Davi2swf.m474 astream->GetEndPos(),
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dinputhdl.hxx312 const ScAddress& GetEndPos() const { return aEndPos; } in GetEndPos() function in ScInputHdlState

123