Searched refs:nMaxLength (Results 1 – 7 of 7) sorted by relevance
880 sal_uInt16 nMaxLength /* 0 (default) in GetTitle()969 else if (SFX_TITLE_APINAME == nMaxLength ) in GetTitle()974 ( nMaxLength == SFX_TITLE_CAPTION || nMaxLength == SFX_TITLE_PICKLIST ) ) in GetTitle()978 if ( pMed && ( nMaxLength == SFX_TITLE_CAPTION || nMaxLength == SFX_TITLE_PICKLIST ) ) in GetTitle()1010 if ( nMaxLength > SFX_TITLE_CAPTION && nMaxLength <= SFX_TITLE_HISTORY ) in GetTitle()1017 nMaxLength = aTitleMap_Impl[nMaxLength-SFX_TITLE_CAPTION][nRemote]; in GetTitle()1024 if ( nMaxLength == SFX_TITLE_FULLNAME ) in GetTitle()1026 else if ( nMaxLength == SFX_TITLE_FILENAME ) in GetTitle()1036 if ( nMaxLength >= SFX_TITLE_MAXLEN ) in GetTitle()1039 if( aComplete.Len() > nMaxLength ) in GetTitle()[all …]
74 sal_uInt16 nMaxLength = USHRT_MAX; in DBG_NAME() local81 if( aTest.Len() <= nMaxLength ) in DBG_NAME()
82 sal_Int32 nMaxLength = 0; in getMaxLength() local83 aValue >>= nMaxLength; in getMaxLength()84 return nMaxLength; in getMaxLength()
239 sal_Int32 nMaxLength = xMeta->getMaxTableNameLength(); in LeavePage() local240 if ( nMaxLength && sTable.getLength() > nMaxLength ) in LeavePage()
997 const xub_StrLen nMaxLength = ( pTxtNd ) in DocInsertStringSplitCR() local1001 if( ( nIdx == STRING_NOTFOUND && nMaxLength < rText.Len() ) || in DocInsertStringSplitCR()1002 ( nIdx != STRING_NOTFOUND && nMaxLength < nIdx ) ) in DocInsertStringSplitCR()1004 nIdx = nMaxLength; in DocInsertStringSplitCR()
316 fAutoTab(0), fMultiLine(1), nMaxLength(0), nBorderStyle(0), nScrollBars(0), in OCX_ModernControl()368 sal_uInt32 nMaxLength; member in OCX_ModernControl
1903 sal_uInt16 nTmp = static_cast<sal_uInt16>(nMaxLength); in Import()2014 aTmp >>= nMaxLength; in WriteContents()2015 *rContents << nMaxLength; in WriteContents()2587 sal_Int16 nTmp=static_cast<sal_Int16>(nMaxLength); in Import()3051 *pS >> nMaxLength; in Read()
Completed in 247 milliseconds