Home
last modified time | relevance | path

Searched refs:nMaxTextLength (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/toolkit/source/helper/
H A Dformpdfexport.cxx460 sal_Int16 nMaxTextLength = 0; in describePDFControl() local
461 … OSL_VERIFY( xModelProps->getPropertyValue( FM_PROP_MAXTEXTLEN ) >>= nMaxTextLength ); in describePDFControl()
462 if ( nMaxTextLength <= 0 ) in describePDFControl()
464 nMaxTextLength = 0; in describePDFControl()
465 pEditWidget->MaxLen = nMaxTextLength; in describePDFControl()
/AOO42X/main/svtools/source/contnr/
H A Dtemplwin.cxx329 nMaxTextLength( 0 ) in SvtIconWindow_Impl()
357 nMaxTextLength = aImage.GetSizePixel().Width(); in SvtIconWindow_Impl()
365 if (nTemp > nMaxTextLength) in SvtIconWindow_Impl()
366 nMaxTextLength = nTemp; in SvtIconWindow_Impl()
378 if (nTemp > nMaxTextLength) in SvtIconWindow_Impl()
379 nMaxTextLength = nTemp; in SvtIconWindow_Impl()
390 if( nTemp > nMaxTextLength ) in SvtIconWindow_Impl()
391 nMaxTextLength = nTemp; in SvtIconWindow_Impl()
401 if (nTemp > nMaxTextLength) in SvtIconWindow_Impl()
402 nMaxTextLength = nTemp; in SvtIconWindow_Impl()
H A Dtemplwin.hxx75 long nMaxTextLength; member in SvtIconWindow_Impl
85 inline long GetMaxTextLength() const { return nMaxTextLength; } in GetMaxTextLength()