Searched refs:nMaxLength (Results 1 – 7 of 7) sorted by relevance
878 sal_uInt16 nMaxLength /* 0 (default) in GetTitle()967 else if (SFX_TITLE_APINAME == nMaxLength ) in GetTitle()972 ( nMaxLength == SFX_TITLE_CAPTION || nMaxLength == SFX_TITLE_PICKLIST ) ) in GetTitle()976 if ( pMed && ( nMaxLength == SFX_TITLE_CAPTION || nMaxLength == SFX_TITLE_PICKLIST ) ) in GetTitle()1006 if ( nMaxLength > SFX_TITLE_CAPTION && nMaxLength <= SFX_TITLE_HISTORY ) in GetTitle()1013 nMaxLength = aTitleMap_Impl[nMaxLength-SFX_TITLE_CAPTION][nRemote]; in GetTitle()1020 if ( nMaxLength == SFX_TITLE_FULLNAME ) in GetTitle()1022 else if ( nMaxLength == SFX_TITLE_FILENAME ) in GetTitle()1032 if ( nMaxLength >= SFX_TITLE_MAXLEN ) in GetTitle()1035 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 65 milliseconds