Searched refs:nMaxTextLength (Results 1 – 3 of 3) sorted by relevance
460 sal_Int16 nMaxTextLength = 0; in describePDFControl() local461 … 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()
329 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()
75 long nMaxTextLength; member in SvtIconWindow_Impl85 inline long GetMaxTextLength() const { return nMaxTextLength; } in GetMaxTextLength()