Home
last modified time | relevance | path

Searched refs:nMaxLength (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/sfx2/source/doc/
H A Dobjmisc.cxx880 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 …]
H A Ddocfilt.cxx74 sal_uInt16 nMaxLength = USHRT_MAX; in DBG_NAME() local
81 if( aTest.Len() <= nMaxLength ) in DBG_NAME()
/aoo41x/main/vbahelper/source/msforms/
H A Dvbatextbox.cxx82 sal_Int32 nMaxLength = 0; in getMaxLength() local
83 aValue >>= nMaxLength; in getMaxLength()
84 return nMaxLength; in getMaxLength()
/aoo41x/main/dbaccess/source/ui/misc/
H A DWCPage.cxx239 sal_Int32 nMaxLength = xMeta->getMaxTableNameLength(); in LeavePage() local
240 if ( nMaxLength && sTable.getLength() > nMaxLength ) in LeavePage()
/aoo41x/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx997 const xub_StrLen nMaxLength = ( pTxtNd ) in DocInsertStringSplitCR() local
1001 if( ( nIdx == STRING_NOTFOUND && nMaxLength < rText.Len() ) || in DocInsertStringSplitCR()
1002 ( nIdx != STRING_NOTFOUND && nMaxLength < nIdx ) ) in DocInsertStringSplitCR()
1004 nIdx = nMaxLength; in DocInsertStringSplitCR()
/aoo41x/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx316 fAutoTab(0), fMultiLine(1), nMaxLength(0), nBorderStyle(0), nScrollBars(0), in OCX_ModernControl()
368 sal_uInt32 nMaxLength; member in OCX_ModernControl
/aoo41x/main/filter/source/msfilter/
H A Dmsocximex.cxx1903 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 90 milliseconds