Home
last modified time | relevance | path

Searched refs:IsLineVisible (Results 1 – 25 of 33) sorted by relevance

12

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/generic/private/
H A Dgrid.h772 bool IsLineVisible(int line) const in IsLineVisible() function
799 if ( IsLineVisible(line) ) in IsAtBoundary()
820 if ( IsLineVisible(line) ) in Advance()
854 if ( IsLineVisible(line) ) in IsAtBoundary()
870 if ( IsLineVisible(line) ) in Advance()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/generic/private/
H A Dgrid.h772 bool IsLineVisible(int line) const in IsLineVisible() function
799 if ( IsLineVisible(line) ) in IsAtBoundary()
820 if ( IsLineVisible(line) ) in Advance()
854 if ( IsLineVisible(line) ) in IsAtBoundary()
870 if ( IsLineVisible(line) ) in Advance()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/inc/
H A DLinePropertiesHelper.hxx56 bool IsLineVisible( const css::uno::Reference<
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/inc/
H A DLinePropertiesHelper.hxx56 bool IsLineVisible( const css::uno::Reference<
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/generic/private/
H A Dgrid.h857 bool IsLineVisible(int line) const in IsLineVisible() function
884 if ( IsLineVisible(line) ) in IsAtBoundary()
905 if ( IsLineVisible(line) ) in Advance()
939 if ( IsLineVisible(line) ) in IsAtBoundary()
955 if ( IsLineVisible(line) ) in Advance()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/
H A Dsvimpbox.hxx140 bool IsLineVisible( tools::Long nY ) const;
372 inline bool SvImpLBox::IsLineVisible( tools::Long nY ) const in IsLineVisible() function in SvImpLBox
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/
H A Dsvimpbox.hxx158 bool IsLineVisible( long nY ) const;
405 inline bool SvImpLBox::IsLineVisible( long nY ) const in IsLineVisible() function in SvImpLBox
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/tools/
H A DLinePropertiesHelper.cxx94 bool LinePropertiesHelper::IsLineVisible( const css::uno::Reference< in IsLineVisible() function in chart::LinePropertiesHelper
H A DAxisHelper.cxx680 bRet = bRet && ( LinePropertiesHelper::IsLineVisible( xProps ) in isAxisVisible()
704 bRet = bRet && LinePropertiesHelper::IsLineVisible( xGridProperies ); in isGridVisible()
/dports/x11-toolkits/vdk/vdk-2.5.1/include/vdk/
H A Dvdkeditor.h242 bool IsLineVisible(int line) in IsLineVisible() function
H A Dvdktextview.h374 bool IsLineVisible(int line) in IsLineVisible() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/tools/
H A DLinePropertiesHelper.cxx102 bool LinePropertiesHelper::IsLineVisible( const css::uno::Reference< in IsLineVisible() function in chart::LinePropertiesHelper
H A DAxisHelper.cxx674 bRet = bRet && ( LinePropertiesHelper::IsLineVisible( xProps ) in isAxisVisible()
698 bRet = bRet && LinePropertiesHelper::IsLineVisible( xGridproperties ); in isGridVisible()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/inc/
H A Dview.hxx52 bool IsLineVisible() const in IsLineVisible() function in SmGraphicWindow
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/inc/
H A Dview.hxx96 bool IsLineVisible() const in IsLineVisible() function in SmGraphicWidget
/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dwinbitchx.h62 BOOL IsLineVisible(int* X, int* Y);
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dwinbitchx.h62 BOOL IsLineVisible(int* X, int* Y);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/treelist/
H A Dsvimpbox.cxx1489 if( IsLineVisible(nY) ) in EntryExpanded()
1552 if( IsLineVisible(nY) ) in CollapsingEntry()
1606 if( IsLineVisible( nY ) ) in EntrySelected()
1820 bool bEntryVisible = IsLineVisible( nY ); in EntryInserted()
2840 if( IsLineVisible( nY ) ) in SelAllDestrAnch()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/treelist/
H A Dsvimpbox.cxx1425 if( IsLineVisible(nY) ) in EntryExpanded()
1488 if( IsLineVisible(nY) ) in CollapsingEntry()
1542 if( IsLineVisible( nY ) ) in EntrySelected()
1756 bool bEntryVisible = IsLineVisible( nY ); in EntryInserted()
2756 if( IsLineVisible( nY ) ) in SelAllDestrAnch()
/dports/editors/fpc-ide/fpc-3.2.2/packages/ide/
H A Dweditor.pas624 function IsLineVisible(EditorLine: sw_integer): boolean; virtual; in IsLineVisible() function
4255 while (NL<Count-1) and not IsLineVisible(NL) do
4263 while (NL>0) and not IsLineVisible(NL) do
4266 if not IsLineVisible(NL) then
4292 if not IsLineVisible(NL) then
4303 if not IsLineVisible(NL) then
4552 function TCustomCodeEditor.IsLineVisible(EditorLine: sw_integer): boolean; in TCustomCodeEditor.IsLineVisible() function
4577 IsLineVisible:=V;
4591 if IsLineVisible(I) then
4612 if IsLineVisible(I) then
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/ide/
H A Dweditor.pas624 function IsLineVisible(EditorLine: sw_integer): boolean; virtual; in IsLineVisible() function
4255 while (NL<Count-1) and not IsLineVisible(NL) do
4263 while (NL>0) and not IsLineVisible(NL) do
4266 if not IsLineVisible(NL) then
4292 if not IsLineVisible(NL) then
4303 if not IsLineVisible(NL) then
4552 function TCustomCodeEditor.IsLineVisible(EditorLine: sw_integer): boolean; in TCustomCodeEditor.IsLineVisible() function
4577 IsLineVisible:=V;
4591 if IsLineVisible(I) then
4612 if IsLineVisible(I) then
[all …]
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DArrayCtrl.cpp617 if(IsLineVisible(i)) in Reline()
637 …: (ln.GetCount() ? ln.Top().y + IsLineVisible(ln.GetCount() - 1) * (Nvl(ln.Top().cy, linecy) + hor… in GetLineY()
900 if((!sample || i == cursor || i < array.GetCount() && array[i].select) && IsLineVisible(i)) { in DoPaint()
1549 bool ArrayCtrl::IsLineVisible(int i) const in IsLineVisible() function in Upp::ArrayCtrl
2841 if(IsLineVisible(i)) in RefreshSel()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/Charts/
H A DTreeChartModel.cs1401 private bool IsLineVisible(int x1, int y1, int x2, int y2) in IsLineVisible() method in GKCore.Charts.TreeChartModel
1432 if (!IsLineVisible(x1, y1, x2, y2)) return; in DrawLine()
/dports/editors/lazarus/lazarus/ide/
H A Detmessageframe.pas281 function IsLineVisible(View: TLMsgWndView; LineNumber: integer): boolean; in IsLineVisible() function
2250 function TMessagesCtrl.IsLineVisible(View: TLMsgWndView; LineNumber: integer in IsLineVisible() function
2267 Result:=IsLineVisible(View,LineNumber);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Detmessageframe.pas279 function IsLineVisible(View: TLMsgWndView; LineNumber: integer): boolean; in IsLineVisible() function
2343 function TMessagesCtrl.IsLineVisible(View: TLMsgWndView; LineNumber: integer): boolean; in IsLineVisible() function
2359 Result:=IsLineVisible(View,LineNumber);

12