Home
last modified time | relevance | path

Searched refs:nMaxLen (Results 1 – 25 of 48) sorted by path

12

/trunk/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx839 SQLLEN nMaxLen = 20; in insertRow() local
841 Sequence<sal_Int8> aBookmark(nMaxLen); in insertRow()
847 nMaxLen, in insertRow()
H A DOTools.cxx84 SQLLEN nMaxLen = 0; in bindParameter() local
110 nMaxLen, in bindParameter()
280 nMaxLen, in bindValue()
401 nMaxLen, in bindValue()
488 nMaxLen, in getBytesValue()
511 if (pcbValue != SQL_NO_TOTAL && (pcbValue - nMaxLen) < nMaxLen) in getBytesValue()
514 nBytes = nMaxLen; in getBytesValue()
582 if (pcbValue != SQL_NO_TOTAL && (pcbValue - nMaxLen) < nMaxLen) in getStringValue()
585 nLen = nMaxLen; in getStringValue()
618 nMaxLen, in getStringValue()
[all …]
/trunk/main/dbaccess/source/ui/misc/
H A DWCPage.cxx144 sal_Int32 nMaxLen = m_pParent->getMaxColumnNameLength(); in DBG_NAME() local
145 m_edKeyName.SetMaxTextLen(nMaxLen ? (xub_StrLen)nMaxLen : EDIT_NOLIMIT); in DBG_NAME()
/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx521 …static void MSDFFReadZString( SvStream& rIn, String& rStr, sal_uLong nMaxLen, FASTBOOL bUniCode = …
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx5434 sal_uInt32 nMaxLen = aTextHd.nRecLen; in Init() local
5435 if ( nMaxLen >= 0xFFFF ) in Init()
5436 nMaxLen = 0xFFFE; in Init()
5442 rIn.Read( pBuf, nMaxLen ); in Init()
5443 nMaxLen >>= 1; in Init()
5444 pBuf[ nMaxLen ] = 0; in Init()
5448 for ( i = 0; i < nMaxLen; i++ ) in Init()
5456 for ( i = 0; i < nMaxLen; pPtr++, i++ ) in Init()
5477 sal_Char *pBuf = new sal_Char[ nMaxLen + 1 ]; in Init()
5478 pBuf[ nMaxLen ] = 0; in Init()
[all …]
/trunk/main/i18npool/source/localedata/
H A DLocaleNode.cxx247 sal_Int32 nMinLen, sal_Int32 nMaxLen ) const in writeParameterCheckLen()
270 else if (nLen > nMaxLen && nMaxLen >= 0) in writeParameterCheckLen()
273 sal::static_int_cast< long >(nMaxLen), (nMaxLen > 1 ? "s" : ""), in writeParameterCheckLen()
283 sal_Int32 nMinLen, sal_Int32 nMaxLen ) const in writeParameterCheckLen()
288 aVal = writeParameterCheckLen( of, pParameterName, pNode, nMinLen, nMaxLen); in writeParameterCheckLen()
H A DLocaleNode.hxx140 … const char* pParameterName, const LocaleNode* pNode, sal_Int32 nMinLen, sal_Int32 nMaxLen ) const;
141 …f, const char* pNodeName, const char* pParameterName, sal_Int32 nMinLen, sal_Int32 nMaxLen ) const;
/trunk/main/icc/
H A DSampleICC-1.3.2.patch1919 icUInt32Number i, nLen, nMaxLen=0;
/trunk/main/sal/textenc/
H A Dtenchelp.c31 sal_Size nMaxLen);
35 sal_Size nMaxLen);
41 sal_Size nMaxLen) in ImplGetUndefinedAsciiMultiByte() argument
43 if (nMaxLen == 0) in ImplGetUndefinedAsciiMultiByte()
65 sal_Size nMaxLen) in ImplGetInvalidAsciiMultiByte() argument
67 if (nMaxLen == 0) in ImplGetInvalidAsciiMultiByte()
/trunk/main/sc/source/filter/excel/
H A Dxehelper.cxx380 XclStrFlags nFlags, sal_uInt16 nMaxLen ) in lclCreateFormattedString() argument
449 XclStrFlags nFlags, sal_uInt16 nMaxLen ) in lclCreateFormattedString() argument
560 xString->Assign( rString, nFlags, nMaxLen ); in CreateString()
562 xString->AssignByte( rString, rRoot.GetTextEncoding(), nFlags, nMaxLen ); in CreateString()
569 XclExpStringRef xString = CreateString( rRoot, EMPTY_STRING, nFlags, nMaxLen ); in CreateString()
592 XclStrFlags nFlags, sal_uInt16 nMaxLen ) in CreateCellString() argument
632 XclStrFlags nFlags, sal_uInt16 nMaxLen ) in CreateString() argument
642 xString = lclCreateFormattedString( rRoot, rEE, 0, nFlags, nMaxLen ); in CreateString()
655 xString = CreateString( rRoot, EMPTY_STRING, nFlags, nMaxLen ); in CreateString()
662 XclStrFlags nFlags, sal_uInt16 nMaxLen ) in CreateString() argument
[all …]
H A Dxestream.cxx347 void XclExpStream::WriteByteString( const ByteString& rString, sal_uInt16 nMaxLen, bool b16BitCount… in WriteByteString() argument
350 sal_Size nLen = ::std::min< sal_Size >( rString.Len(), nMaxLen ); in WriteByteString()
H A Dxestring.cxx111 Init( 0, nFlags, nMaxLen, true ); in XclExpString()
116 Assign( rString, nFlags, nMaxLen ); in XclExpString()
121 Assign( rString, nFlags, nMaxLen ); in XclExpString()
147 XclStrFlags nFlags, sal_uInt16 nMaxLen ) in Assign() argument
149 Assign( rString, nFlags, nMaxLen ); in Assign()
160 XclStrFlags nFlags, sal_uInt16 nMaxLen ) in Assign() argument
162 Assign( rString, nFlags, nMaxLen ); in Assign()
168 Build( &cChar, 1, nFlags, nMaxLen ); in Assign()
587 mnMaxLen = nMaxLen; in Init()
605 Init( nCurrLen, nFlags, nMaxLen, true ); in Build()
[all …]
H A Dxetable.cxx689 sal_uInt16 nMaxLen = (rRoot.GetBiff() == EXC_BIFF8) ? EXC_STR_MAXLEN : EXC_LABEL_MAXLEN; in XclExpLabelCell() local
690 …f xText = XclExpStringHelper::CreateCellString( rRoot, rCell, pPattern, EXC_STR_DEFAULT, nMaxLen ); in XclExpLabelCell()
700 sal_uInt16 nMaxLen = (rRoot.GetBiff() == EXC_BIFF8) ? EXC_STR_MAXLEN : EXC_LABEL_MAXLEN; in XclExpLabelCell() local
701 …ExpStringHelper::CreateCellString( rRoot, rCell, pPattern, rLinkHelper, EXC_STR_DEFAULT, nMaxLen ); in XclExpLabelCell()
/trunk/main/sc/source/filter/inc/
H A Dxehelper.hxx247 sal_uInt16 nMaxLen = EXC_STR_MAXLEN );
260 sal_uInt16 nMaxLen = EXC_STR_MAXLEN );
297 sal_uInt16 nMaxLen = EXC_STR_MAXLEN );
314 sal_uInt16 nMaxLen = EXC_STR_MAXLEN );
327 sal_uInt16 nMaxLen = EXC_STR_MAXLEN );
338 sal_uInt16 nMaxLen = EXC_STR_MAXLEN );
H A Dxestream.hxx152 sal_uInt16 nMaxLen = 0x00FF,
H A Dxestring.hxx62 sal_uInt16 nMaxLen = EXC_STR_MAXLEN );
70 sal_uInt16 nMaxLen = EXC_STR_MAXLEN );
77 sal_uInt16 nMaxLen = EXC_STR_MAXLEN );
106 sal_uInt16 nMaxLen = EXC_STR_MAXLEN );
115 sal_uInt16 nMaxLen = EXC_STR_MAXLEN );
122 sal_uInt16 nMaxLen = EXC_STR_MAXLEN );
131 sal_uInt16 nMaxLen = EXC_STR_MAXLEN );
138 sal_uInt16 nMaxLen = EXC_STR_MAXLEN );
147 sal_uInt16 nMaxLen = EXC_STR_MAXLEN );
282 XclStrFlags nFlags, sal_uInt16 nMaxLen );
[all …]
/trunk/main/sc/source/ui/dbgui/
H A Dfieldwnd.cxx816 sal_Int32 nMaxLen = rFullText.getLength(); in DrawField() local
820 sal_Int32 nCurrLen = (nMinLen + nMaxLen) / 2; in DrawField()
824 (bFits ? nMinLen : nMaxLen) = nCurrLen; in DrawField()
826 while( !bFits || (nMinLen + 1 < nMaxLen) ); in DrawField()
/trunk/main/setup_native/source/win32/stwrapper/
H A Dstwrapper.cxx246 static void SafeCopy( LPTSTR lpTarget, LPCSTR lpSource, size_t nMaxLen ) in SafeCopy() argument
249 size_t nCopy = ( nLen < size_t( nMaxLen-1 )) ? nLen : nMaxLen-1; in SafeCopy()
250 _tcsncpy( lpTarget, lpSource, nMaxLen-1 ); in SafeCopy()
/trunk/main/sfx2/inc/sfx2/
H A Dobjsh.hxx504 String GetTitle( sal_uInt16 nMaxLen = 0 ) const;
/trunk/main/sot/source/sdstor/
H A Dstgstrms.cxx97 sal_Int32 nMaxStart = STG_EOF, nMaxLen = 0x7FFFFFFFL; in FindBlock() local
129 if( nTmpLen > nPgs && nTmpLen < nMaxLen ) in FindBlock()
131 nMaxLen = nTmpLen, nMaxStart = nTmpStart, bFound = sal_True; in FindBlock()
147 if( nTmpLen > nPgs && nTmpLen < nMaxLen ) in FindBlock()
149 nMaxLen = nTmpLen, nMaxStart = nTmpStart; in FindBlock()
158 sal_Int32 nMaxDiff = nMaxLen - nPgs; in FindBlock()
/trunk/main/starmath/inc/
H A Dutility.hxx138 sal_uInt16 nMaxLen; member in SmInfoText
/trunk/main/svtools/inc/svtools/
H A Dsvmedit.hxx89 virtual void SetMaxTextLen( xub_StrLen nMaxLen = 0 );
/trunk/main/svtools/source/control/
H A Dctrlbox.cxx743 sal_uInt16 nMaxLen = 0; in ImplCalcUserItemSize() local
750 if ( aFontName.Len() > nMaxLen ) in ImplCalcUserItemSize()
751 nMaxLen = aFontName.Len(); in ImplCalcUserItemSize()
763 aSz.Width() *= nMaxLen; in ImplCalcUserItemSize()
/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx1013 sal_uInt16 nMaxLen = Edit::GetMaxTextLen(); in MultiLineEdit() local
1014 if ( nMaxLen ) in MultiLineEdit()
1015 SetMaxTextLen( nMaxLen ); in MultiLineEdit()
1178 void MultiLineEdit::SetMaxTextLen( xub_StrLen nMaxLen ) in SetMaxTextLen() argument
1180 pImpSvMEdit->SetMaxTextLen( nMaxLen ); in SetMaxTextLen()
H A Dtextview.cxx2050 sal_uLong nMaxLen = mpImpl->mpTextEngine->GetMaxTextLen(); in ImplTruncateNewText() local
2052 if( nMaxLen != 0 ) in ImplTruncateNewText()
2057 if ( nCurLen + nNewLen > nMaxLen ) in ImplTruncateNewText()
2061 if ( nCurLen + nNewLen - nSelLen > nMaxLen ) in ImplTruncateNewText()
2063 sal_uInt32 nTruncatedLen = static_cast<sal_uInt32>(nMaxLen - (nCurLen - nSelLen)); in ImplTruncateNewText()

Completed in 206 milliseconds

12