Home
last modified time | relevance | path

Searched refs:GetMaxChar (Results 1 – 6 of 6) sorted by relevance

/dports/games/avp/avp-20170505/src/avp/win95/
H A Dfont.h100 int GetMaxChar(void) const;
163 inline int pffont::GetMaxChar(void) const in GetMaxChar() function
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/ui/controls/
H A Dedit.h131 int GetMaxChar();
H A Dedit.cpp1299 if( m_len >= GetMaxChar() ) m_len = GetMaxChar(); in SetText()
1941 int CEdit::GetMaxChar() in GetMaxChar() function in Ui::CEdit
2723 if ( m_len >= GetMaxChar() ) return; in InsertOne()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/ui/
H A Dfiledialog.cpp338 if (name.length() > static_cast<unsigned int>(edit->GetMaxChar())) in SetFilenameField()
344 if (name.length() > static_cast<unsigned int>(edit->GetMaxChar())) in SetFilenameField()
347 name = name.substr(0, edit->GetMaxChar()); // truncates according to max length in SetFilenameField()
/dports/editors/libreoffice/libreoffice-7.2.6.2/scaddins/source/analysis/
H A Danalysishelper.cxx690 static char GetMaxChar( sal_uInt16 nBase ) in GetMaxChar() function
726 memset( p.get(), bNeg ? GetMaxChar( nBase ) : '0', nLeft ); in ConvertFromDec()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/scaddins/source/analysis/
H A Danalysishelper.cxx690 static sal_Char GetMaxChar( sal_uInt16 nBase ) in GetMaxChar() function
726 memset( p.get(), bNeg ? GetMaxChar( nBase ) : '0', nLeft ); in ConvertFromDec()