Home
last modified time | relevance | path

Searched refs:nLen (Results 476 – 500 of 867) sorted by relevance

1...<<11121314151617181920>>...35

/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx1065 sal_uInt32 nLen = aStat.nSize; in Execute() local
1067 uno::Sequence< sal_Int8 > aSeq( nLen ); in Execute()
1068 aLockBytes.ReadAt( 0, aSeq.getArray(), nLen, &nRead ); in Execute()
1139 sal_uInt32 nLen = aStat.nSize; in Execute() local
1141 uno::Sequence< sal_Int8 > aSeq( nLen ); in Execute()
1142 aLockBytes.ReadAt( 0, aSeq.getArray(), nLen, &nRead ); in Execute()
/trunk/main/sw/source/ui/uiview/
H A Dscroll.cxx141 long nLen = GetRange().Len(); in AutoShow() local
143 if( nVis >= nLen - 1) in AutoShow()
/trunk/main/binaryurp/source/
H A Dlessoperators.cxx78 const sal_Int32 nLen = std::min( left.getLength(), right.getLength()); in operator <() local
79 for( sal_Int32 i = 0; i < nLen; ++i ) in operator <()
/trunk/main/svl/source/misc/
H A DPasswordHelper.cxx33 …Helper::GetHashPassword(uno::Sequence<sal_Int8>& rPassHash, const sal_Char* pPass, sal_uInt32 nLen) in GetHashPassword() argument
37 …rtlDigestError aError = rtl_digest_SHA1 (pPass, nLen, reinterpret_cast<sal_uInt8*>(rPassHash.getAr… in GetHashPassword()
/trunk/main/sw/source/core/text/
H A Dporrst.hxx140 inline SwHiddenTextPortion( xub_StrLen nLen ) in SwHiddenTextPortion() argument
141 { SetWhichPor( POR_HIDDEN_TXT ); SetLen( nLen ); } in SwHiddenTextPortion()
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXLanguageGuessing.idl146 @param nLen
148 The value must met 0 <= nLen <= (length of text).
155 [in] long nLen )
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx633 sal_Int32 nLen = xIdlArray->getLen( aValue ); in implSequenceToMultiDimArray() local
634 for ( sal_Int32 index = 0; index < nLen; ++index ) in implSequenceToMultiDimArray()
644 sizes[ sizes.getLength() - 1 ] = nLen; in implSequenceToMultiDimArray()
858 sal_Int32 i, nLen = xIdlArray->getLen( aValue ); in unoToSbxValue() local
870 if( nLen > 0 ) in unoToSbxValue()
872 xArray->unoAddDim32( 0, nLen - 1 ); in unoToSbxValue()
875 for( i = 0 ; i < nLen ; i++ ) in unoToSbxValue()
2372 if( nLen ) in TYPEINIT1()
2503 sal_uInt32 nLen = szClasses.getLength(); in SbUnoObject() local
2504 if( nLen ) in SbUnoObject()
[all …]
/trunk/main/unotools/inc/unotools/
H A Dtransliterationwrapper.hxx96 xub_StrLen nStart, xub_StrLen nLen,
101 xub_StrLen nStart, xub_StrLen nLen,
/trunk/main/sw/source/ui/utlui/
H A Dswrenamexnameddlg.cxx117 sal_uInt16 nLen = sTmp.Len(); in IMPL_LINK() local
126 if(sTmp.Len() != nLen) in IMPL_LINK()
/trunk/main/shell/source/win32/shlxthandler/util/
H A Dregistry.cxx111 DWORD nLen = nMaxSubKeyLen; in DeleteRegistryKey() local
117 &nLen, in DeleteRegistryKey()
/trunk/main/vcl/win/source/app/
H A Dsaldata.cxx79 UniString ImplSalGetUniString( const sal_Char* pStr, xub_StrLen nLen ) in ImplSalGetUniString() argument
81 return UniString( pStr, nLen, ImplSalGetSystemEncoding(), in ImplSalGetUniString()
/trunk/main/sfx2/source/view/
H A Dviewprn.cxx765 sal_Int32 nLen = aProps.getLength(); in ExecPrint_Impl() local
766 aProps.realloc( nLen + 1 ); in ExecPrint_Impl()
767 … aProps[nLen].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "PrintSelectionOnly" ) ); in ExecPrint_Impl()
768 aProps[nLen].Value = makeAny( bSelection ); in ExecPrint_Impl()
/trunk/main/unotools/source/config/
H A Dfontcfg.cxx693 xub_StrLen nLen = sal::static_int_cast<xub_StrLen>(pNameStr - rName.GetBuffer()); in ImplKillLeading() local
694 rName.Erase( 0, nLen ); in ImplKillLeading()
704 xub_StrLen nLen = (pNameStr[2]==0x0020) ? 3 : 2; in ImplKillLeading() local
705 rName.Erase( 0, nLen ); in ImplKillLeading()
/trunk/main/connectivity/source/drivers/dbase/
H A Ddindexnode.cxx714 sal_uInt16 nLen = rIndex.getHeader().db_keylen; in Read() local
715 char* pStr = aBuf.AllocBuffer(nLen+1); in Read()
717 rStream.Read(pStr,nLen); in Read()
718 pStr[nLen] = 0; in Read()
/trunk/main/svtools/source/contnr/
H A Dsvtabbx.cxx431 sal_uInt16 nLen = 0; in GetToken() local
435 nLen++; in GetToken()
442 rLen = nLen; in GetToken()
1232 …lyphBoundRects( const Point& rOrigin, const String& rStr, int nIndex, int nLen, int nBase, MetricV… in GetGlyphBoundRects() argument
1234 return Control::GetGlyphBoundRects( rOrigin, rStr, nIndex, nLen, nBase, rVector ); in GetGlyphBoundRects()
/trunk/main/svtools/source/dialogs/
H A Dfiledlg2.cxx644 xub_StrLen nLen = aEntry.Len(); in PreExecute() local
645 nLen = nLen > 2 ? 2 : nLen; in PreExecute()
646 if ( aEntry.CompareIgnoreCaseToAscii( aPathStr, nLen ) == COMPARE_EQUAL ) in PreExecute()
/trunk/main/vcl/source/gdi/
H A Doutdev6.cxx1259 void OutputDevice::DrawCheckered(const Point& rPos, const Size& rSize, sal_uInt32 nLen, Color aStar… in DrawCheckered() argument
1267 for(sal_uInt32 x(0), nX(rPos.X()); nX < nMaxX; x++, nX += nLen) in DrawCheckered()
1269 const sal_uInt32 nRight(std::min(nMaxX, nX + nLen)); in DrawCheckered()
1271 for(sal_uInt32 y(0), nY(rPos.Y()); nY < nMaxY; y++, nY += nLen) in DrawCheckered()
1273 const sal_uInt32 nBottom(std::min(nMaxY, nY + nLen)); in DrawCheckered()
/trunk/main/sw/source/core/doc/
H A Ddoclay.cxx2149 xub_StrLen nLen; in SetAllUniqueFlyNames() local
2153 if( rNm.Match( sGrfNm ) == ( nLen = sGrfNm.Len() )) in SetAllUniqueFlyNames()
2155 else if( rNm.Match( sFlyNm ) == ( nLen = sFlyNm.Len() )) in SetAllUniqueFlyNames()
2157 else if( rNm.Match( sOLENm ) == ( nLen = sOLENm.Len() )) in SetAllUniqueFlyNames()
2160 … if ( pNum && *pNum < ( nLen = static_cast< xub_StrLen >( rNm.Copy( nLen ).ToInt32() ) ) ) in SetAllUniqueFlyNames()
2161 *pNum = nLen; in SetAllUniqueFlyNames()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx326 sal_Int32 nLen = xMeta->getColumnCount(); in allocBuffer() local
328 m_aBindVector.reserve(nLen+1); in allocBuffer()
330 m_aRow.resize(nLen+1); in allocBuffer()
332 for(sal_Int32 i = 1;i<=nLen;++i) in allocBuffer()
337 m_aLengthVector.resize(nLen + 1); in allocBuffer()
372 sal_Int32 nLen = xMeta->getColumnCount(); in findColumn() local
374 for(;i<=nLen;++i) in findColumn()
/trunk/main/vcl/source/control/
H A Dfield2.cxx2564 xub_StrLen nLen = 1; // mindestens eine Ziffer, weil sonst n100Sec==0 in ImplTimeGetValue() local
2566 while ( aStr.GetChar(nLen) >= '0' && aStr.GetChar(nLen) <= '9' ) in ImplTimeGetValue()
2567 nLen++; in ImplTimeGetValue()
2569 if ( nLen > 2 ) in ImplTimeGetValue()
2571 while( nLen > 3 ) in ImplTimeGetValue()
2574 nLen--; in ImplTimeGetValue()
2581 while( nLen < 2 ) in ImplTimeGetValue()
2584 nLen++; in ImplTimeGetValue()
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx1766 sal_uInt32 nLen = pVBA->Tell(); in ImplWriteVBA() local
1767 if ( nLen > 8 ) in ImplWriteVBA()
1769 nLen -= 8; in ImplWriteVBA()
1772 mpStrm->Write( (sal_Int8*)pVBA->GetData() + 8, nLen ); in ImplWriteVBA()
2499 sal_uInt32 nLen = xTemp->GetSize(); in SaveVBA() local
2500 if ( nLen ) in SaveVBA()
2502 char* pTemp = new char[ nLen ]; in SaveVBA()
2506 xTemp->Read( pTemp, nLen ); in SaveVBA()
2507 pBas = new SvMemoryStream( pTemp, nLen, STREAM_READ ); in SaveVBA()
/trunk/main/svgio/source/svgreader/
H A Dsvgusenode.cxx134 const sal_Int32 nLen(aContent.getLength()); in parseAttribute() local
136 if(nLen && sal_Unicode('#') == aContent[0]) in parseAttribute()
/trunk/main/odk/examples/java/EmbedDocument/EmbeddedObject/
H A DEditorFrame.java126 int nLen = (int)aTmpFile.length(); in getReplacementImage() local
127 byte[] aResult = new byte[nLen]; in getReplacementImage()
/trunk/main/sal/osl/unx/
H A Dsystem.c417 int nLen = strlen( tmpPath ) + ( unprocessedPath ? strlen( unprocessedPath + 1 ) + 1 : 0 ); in macxp_resolveAlias() local
418 if ( nLen < buflen && nLen < PATH_MAX ) in macxp_resolveAlias()
/trunk/main/sc/source/ui/unoobj/
H A Dtokenuno.cxx345 sal_Int32 nLen = static_cast<sal_Int32>(rTokenArray.GetLen()); in ConvertToTokenSequence() local
349 rSequence.realloc(nLen); in ConvertToTokenSequence()
350 for (sal_Int32 nPos=0; nPos<nLen; nPos++) in ConvertToTokenSequence()

Completed in 141 milliseconds

1...<<11121314151617181920>>...35