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()
332 nMaxTextLength( 0 ) in SvtIconWindow_Impl()360 nMaxTextLength = aImage.GetSizePixel().Width(); in SvtIconWindow_Impl()368 if (nTemp > nMaxTextLength) in SvtIconWindow_Impl()369 nMaxTextLength = nTemp; in SvtIconWindow_Impl()381 if (nTemp > nMaxTextLength) in SvtIconWindow_Impl()382 nMaxTextLength = nTemp; in SvtIconWindow_Impl()393 if( nTemp > nMaxTextLength ) in SvtIconWindow_Impl()394 nMaxTextLength = nTemp; in SvtIconWindow_Impl()404 if (nTemp > nMaxTextLength) in SvtIconWindow_Impl()405 nMaxTextLength = nTemp; in SvtIconWindow_Impl()
75 long nMaxTextLength; member in SvtIconWindow_Impl85 inline long GetMaxTextLength() const { return nMaxTextLength; } in GetMaxTextLength()
Completed in 33 milliseconds