Home
last modified time | relevance | path

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

/aoo4110/main/sfx2/source/doc/
H A Dobjmisc.cxx878 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 …]
H A Ddocfilt.cxx74 sal_uInt16 nMaxLength = USHRT_MAX; in DBG_NAME() local
81 if( aTest.Len() <= nMaxLength ) in DBG_NAME()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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
/aoo4110/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 65 milliseconds