Home
last modified time | relevance | path

Searched refs:nLen (Results 201 – 225 of 867) sorted by relevance

12345678910>>...35

/trunk/main/writerfilter/source/dmapper/
H A DNumberingManager.cxx65 sal_Int32 nLen = aProps.getLength( ); in lcl_findProperty() local
68 while ( nPos == -1 && i < nLen ) in lcl_findProperty()
347 sal_Int32 nLen = aParaProps.getLength( ); in GetParaProperties() local
348 for ( sal_Int32 i = 0; i < nLen; i++ ) in GetParaProperties()
551 for ( sal_Int32 i = 0, nLen = aAbsCharStyleProps.getLength() ; i < nLen; i++ ) in CreateNumberingRules() local
991 int nLen = m_aAbstractLists.size( ); in GetAbstractList() local
993 while ( !pAbstractList.get( ) && i < nLen ) in GetAbstractList()
1033 int nLen = m_aLists.size( ); in GetList() local
1035 while ( !pList.get( ) && i < nLen ) in GetList()
/trunk/main/sw/source/core/text/
H A Dportxt.cxx248 xub_StrLen nLen = rGuess.CutPos() - rInf.GetIdx(); in BreakCut() local
249 if( nLen ) in BreakCut()
255 rInf.SetLen( nLen ); in BreakCut()
256 SetLen( nLen ); in BreakCut()
271 SetLen( nLen ); in BreakCut()
797 xub_StrLen nLen = rInf.GetLen(); in GetExpTxt() local
801 --nLen; in GetExpTxt()
805 --nLen; in GetExpTxt()
807 rTxt = rInf.GetTxt().Copy( nIdx, nLen ); in GetExpTxt()
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx1021 xub_StrLen nLen = 1; in GetCorrection() local
1022 if( pWrong->InWrongWord(nBegin,nLen) && !pNode->IsSymbol(nBegin) ) in GetCorrection()
1024 String aText( pNode->GetTxt().Copy( nBegin, nLen ) ); in GetCorrection()
1031 LanguageType eActLang = (LanguageType)pNode->GetLang( nBegin, nLen ); in GetCorrection()
1081 ExtendSelection( sal_True, nLen - nLeft - nRight ); in GetCorrection()
1085 …xub_StrLen nWordEnd = (nBegin + nLen - nLeft - nRight) > nLineEnd ? nLineEnd - 1: (nBegin + nLen -… in GetCorrection()
1136 xub_StrLen nLen = 1; in GetGrammarCorrection() local
1137 if (pWrong->InWrongWord(nBegin, nLen)) in GetGrammarCorrection()
1139 String aText( pNode->GetTxt().Copy( nBegin, nLen ) ); in GetGrammarCorrection()
1225 ExtendSelection( sal_True, nLen - nLeft - nRight ); in GetGrammarCorrection()
[all …]
/trunk/main/tools/inc/tools/
H A Dresmgr.hxx186 static sal_uInt32 GetStringSize( sal_uInt32 nLen ) in GetStringSize() argument
187 { nLen++; return (nLen + nLen%2); } in GetStringSize()
188 static sal_uInt32 GetStringSize( const sal_uInt8* pStr, sal_uInt32& nLen );
/trunk/main/setup_native/source/win32/stwrapper/
H A Dstwrapper.cxx229 size_t nLen = _tcslen( szProgramFilesFolder ); in RetrieveExecutablePath() local
230 if ( nLen > 0 ) in RetrieveExecutablePath()
233 if ( szProgramFilesFolder[nLen-1] != '\\' ) in RetrieveExecutablePath()
248 size_t nLen = _tcslen( lpSource ); in SafeCopy() local
249 size_t nCopy = ( nLen < size_t( nMaxLen-1 )) ? nLen : nMaxLen-1; in SafeCopy()
/trunk/main/linguistic/source/
H A Dspelldta.cxx112 sal_Int32 nLen = rSeq.getLength(); in SeqHasEntry() local
114 for (sal_Int32 i = 0; i < nLen && !bRes; ++i) in SeqHasEntry()
152 sal_Int32 nLen = aEntries.getLength(); in SearchSimilarText() local
153 for (sal_Int32 k = 0; k < nLen; ++k) in SearchSimilarText()
176 sal_Int32 nLen = rSeq.getLength(); in SeqRemoveNegEntries() local
178 for (sal_Int32 i = 0; i < nLen; ++i) in SeqRemoveNegEntries()
H A Dlngopt.cxx296 sal_Int32 nLen = sizeof( aWID_Name ) / sizeof( aWID_Name[0] ); in GetName() local
297 if (0 <= nWID && nWID < nLen in GetName()
544 sal_Int32 nLen = aPropertyMap.getSize(); in getPropertyValues() local
545 Sequence< PropertyValue > aProps( nLen ); in getPropertyValues()
549 for (sal_Int32 i = 0; i < nLen; ++i, ++aIt) in getPropertyValues()
569 sal_Int32 nLen = rProps.getLength(); in setPropertyValues() local
571 for (sal_Int32 i = 0; i < nLen; ++i) in setPropertyValues()
/trunk/main/basic/source/sbx/
H A Dsbxscan.cxx247 sal_uInt16 nLen = 0; in ScanNumIntnl() local
248 SbxError nRetError = ImpScan( rSrc, nVal, t, &nLen, in ScanNumIntnl()
251 if( nRetError == SbxERR_OK && nLen != rSrc.Len() ) in ScanNumIntnl()
497 short nLen; // Laenge konvertierte Zahl in printfmtnum() local
558 nLen = strlen( cBuf ); in printfmtnum()
561 if( cPre ) nLen++; in printfmtnum()
562 if( nLen > nWidth ) rRes += '%'; in printfmtnum()
564 nWidth -= nLen; in printfmtnum()
/trunk/main/sdext/source/pdfimport/inc/
H A Dpdfparse.hxx42 virtual bool write( const void* pBuf, unsigned int nLen ) = 0;
44 virtual bool copyOrigBytes( unsigned int nOrigOffset, unsigned int nLen ) = 0;
45 … virtual unsigned int readOrigBytes( unsigned int nOrigOffset, unsigned int nLen, void* pBuf ) = 0;
256 bool decrypt( const sal_uInt8* pInBuffer, sal_uInt32 nLen,
302 PDFEntry* read( const char* pBuffer, unsigned int nLen );
/trunk/main/reportdesign/source/core/api/
H A DReportEngineJFree.cxx318 sal_Int32 nLen = 0; in createDocumentAlive() local
319 aArgs[nLen].Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("AsTemplate")); in createDocumentAlive()
320 aArgs[nLen++].Value <<= sal_False; in createDocumentAlive()
322 aArgs[nLen].Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ReadOnly")); in createDocumentAlive()
323 aArgs[nLen++].Value <<= sal_True; in createDocumentAlive()
327 aArgs[nLen].Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Hidden")); in createDocumentAlive()
328 aArgs[nLen++].Value <<= sal_True; in createDocumentAlive()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx908 sal_Int32 nLen = 0; in RTLFUNC() local
930 nLen = aStat.GetSize(); in RTLFUNC()
1284 sal_uInt16 nLen = 0xffff; in RTLFUNC() local
1291 nLen = (sal_uInt16)n; in RTLFUNC()
1316 nReplaceLen = nLen; in RTLFUNC()
1596 xub_StrLen nLen = aStr.Len(); in RTLFUNC() local
3422 while( i < nLen ) in RTLFUNC()
3440 i = nLen; in RTLFUNC()
3458 i = nLen; in RTLFUNC()
4551 if( nLen > nLen1 ) in RTLFUNC()
[all …]
H A Diosys.cxx597 sal_uIntPtr nLen = sal::static_int_cast<sal_uIntPtr>( xSeek->getLength() ); in SeekPos() local
598 if( nPos > nLen ) in SeekPos()
599 nPos = nLen; in SeekPos()
646 nLen = nL; in Open()
748 if( !n ) n = nLen; in Read()
816 if( !n ) n = nLen; in Write()
857 ( short nCh, const ByteString& rName, short nMode, short nFlags, short nLen ) in Open() argument
867 nError = pChan[ nCh ]->Open( nCh, rName, nMode, nFlags, nLen ); in Open()
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx2820 xub_StrLen nLen; member
2920 sal_Int32 nLen = nCurrentEnd - nCurrentStart; in TransliterateText() local
2929 nCurrentStart, nLen, &aOffsets )); in TransliterateText()
2934 aChgData.nLen = nLen; in TransliterateText()
3017 nCurrentStart, nLen, &aOffsets )); in TransliterateText()
3022 aChgData.nLen = nLen; in TransliterateText()
3052 xub_StrLen nLen = nCurrentEnd - nCurrentStart; in TransliterateText() local
3060 aChgData.nLen = nLen; in TransliterateText()
3109 if (rData.nLen != rData.aNewText.Len()) in TransliterateText()
3153 sal_uInt16 nCurrentStart, xub_StrLen nLen, in ReplaceTextOnly() argument
[all …]
/trunk/main/i18npool/source/search/
H A Dtextsearch.cxx452 sal_Int32 n, nLen = sSrchStr.getLength(); in MakeForwardTab() local
455 for( n = 0; n < nLen - 1; ++n ) in MakeForwardTab()
458 sal_Int32 nDiff = nLen - n - 1; in MakeForwardTab()
479 sal_Int32 n, nLen = sSrchStr2.getLength(); in MakeForwardTab2() local
482 for( n = 0; n < nLen - 1; ++n ) in MakeForwardTab2()
485 sal_Int32 nDiff = nLen - n - 1; in MakeForwardTab2()
506 sal_Int32 n, nLen = sSrchStr.getLength(); in MakeBackwardTab() local
509 for( n = nLen-1; n > 0; --n ) in MakeBackwardTab()
531 sal_Int32 n, nLen = sSrchStr2.getLength(); in MakeBackwardTab2() local
534 for( n = nLen-1; n > 0; --n ) in MakeBackwardTab2()
/trunk/main/unotools/source/config/
H A Doptionsdlg.cxx143 sal_Int32 nLen = 0; in ReadNode() local
149 nLen = 2; in ReadNode()
156 nLen = 2; in ReadNode()
162 nLen = 1; in ReadNode()
167 Sequence< OUString > lResult( nLen ); in ReadNode()
/trunk/main/svtools/source/edit/
H A Dtextdat2.hxx55 sal_uInt16 nLen; member in TETextPortion
60 TETextPortion() { nLen = 0; nKind = PORTIONKIND_TEXT; nWidth = -1; nRightToLeft = 0;} in TETextPortion()
64 nLen = nL; in TETextPortion()
70 sal_uInt16 GetLen() const { return nLen; } in GetLen()
71 sal_uInt16& GetLen() { return nLen; } in GetLen()
/trunk/main/vcl/win/source/gdi/
H A Dsalprn.cxx756 if ( nLen < sizeof( ((LPDEVMODEW)pOutDevMode)->dmDeviceName )/sizeof(sal_Unicode) ) in ImplUpdateSalJobSetup()
757 …et( ((LPDEVMODEW)pOutDevMode)->dmDeviceName+nLen, 0, sizeof( ((LPDEVMODEW)pOutDevMode)->dmDeviceNa… in ImplUpdateSalJobSetup()
761 … sal_Int32 nLen = rtl_ustr_getLength( (const sal_Unicode*)((LPDEVMODEW)pOutDevMode)->dmFormName ); in ImplUpdateSalJobSetup() local
762 if ( nLen < sizeof( ((LPDEVMODEW)pOutDevMode)->dmFormName )/sizeof(sal_Unicode) ) in ImplUpdateSalJobSetup()
763 …emset( ((LPDEVMODEW)pOutDevMode)->dmFormName+nLen, 0, sizeof( ((LPDEVMODEW)pOutDevMode)->dmFormNam… in ImplUpdateSalJobSetup()
770 sal_Int32 nLen = strlen( (const char*)((LPDEVMODEA)pOutDevMode)->dmDeviceName ); in ImplUpdateSalJobSetup() local
771 if ( nLen < sizeof( ((LPDEVMODEA)pOutDevMode)->dmDeviceName ) ) in ImplUpdateSalJobSetup()
772 …set( ((LPDEVMODEA)pOutDevMode)->dmDeviceName+nLen, 0, sizeof( ((LPDEVMODEA)pOutDevMode)->dmDeviceN… in ImplUpdateSalJobSetup()
776 sal_Int32 nLen = strlen( (const char*)((LPDEVMODEA)pOutDevMode)->dmFormName ); in ImplUpdateSalJobSetup() local
777 if ( nLen < sizeof( ((LPDEVMODEA)pOutDevMode)->dmFormName ) ) in ImplUpdateSalJobSetup()
[all …]
/trunk/main/sysui/source/win32/misc/
H A DAutoBuffer.cxx96 sal_Bool SAL_CALL CAutoUnicodeBuffer::fill( const sal_Unicode* pContent, size_t nLen ) in fill() argument
98 OSL_ASSERT( pContent && m_buffSize && (m_buffSize >= nLen) ); in fill()
104 if ( m_pBuff && pContent && nLen ) in fill()
106 CopyMemory( m_pBuff, pContent, nLen * sizeof( sal_Unicode ) ); in fill()
/trunk/main/forms/source/component/
H A DColumns.cxx502 sal_Int32 nLen = 0; in write() local
503 _rxOutStream->writeLong(nLen); in write()
510 nLen = xMark->offsetToMark(nMark) - 4; in write()
512 _rxOutStream->writeLong(nLen); in write()
547 sal_Int32 nLen = _rxInStream->readLong(); in read() local
548 if (nLen) in read()
557 _rxInStream->skipBytes(nLen); in read()
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx949 sal_uInt16 i, nLen; in ReadChrStr() local
973 *pOS2MET >> nLen; in ReadChrStr()
978 nLen = nOrderLen; in ReadChrStr()
980 nLen = nOrderLen-8; in ReadChrStr()
987 pChr[nLen] = 0; in ReadChrStr()
1974 if (bCoord32) nLen-=8; else nLen-=4; in ReadOrder()
1975 if (nLen>=4) { in ReadOrder()
1978 if (nLen>=2) { in ReadOrder()
2030 if (bCoord32) nLen-=8; else nLen-=4; in ReadOrder()
2031 if (nLen>=2) { in ReadOrder()
[all …]
/trunk/main/fpicker/source/win32/misc/
H A DAutoBuffer.cxx102 sal_Bool SAL_CALL CAutoUnicodeBuffer::fill( const sal_Unicode* pContent, size_t nLen ) in fill() argument
104 OSL_ASSERT( pContent && m_buffSize && (m_buffSize >= nLen) ); in fill()
110 if ( m_pBuff && pContent && nLen ) in fill()
112 CopyMemory( m_pBuff, pContent, nLen * sizeof( sal_Unicode ) ); in fill()
/trunk/main/dtrans/source/win32/dtobj/
H A DTxtCnvtHlp.cxx42 int CalcBuffSizeForTextConversion( UINT code_page, LPCSTR lpMultiByteString, int nLen = -1 ) in CalcBuffSizeForTextConversion() argument
47 nLen, in CalcBuffSizeForTextConversion()
56 int CalcBuffSizeForTextConversion( UINT code_page, LPCWSTR lpWideCharString, int nLen = -1 ) in CalcBuffSizeForTextConversion() argument
61 nLen, in CalcBuffSizeForTextConversion()
/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp1805 int nLen = nAppLen + nProdLen + 3; in SetProdToAppTitle() local
1807 if ( nLen > STRSAFE_MAX_CCH ) return m_pAppTitle; in SetProdToAppTitle()
1816 LPTSTR pNewTitle = new TCHAR[ nLen ]; in SetProdToAppTitle()
1824 StringCchCat( pNewTitle, nLen, pProdName ); in SetProdToAppTitle()
1828 StringCchCat( pNewTitle, nLen, pIndex + nVarLen ); in SetProdToAppTitle()
1849 TCHAR *szDatabasePath = new TCHAR [ nLen ]; in IsPatchInstalled()
1852 StringCchCopy( szDatabasePath, nLen, pBaseDir ); in IsPatchInstalled()
1853 StringCchCat( szDatabasePath, nLen, pFileName ); in IsPatchInstalled()
2045 int nLen = lstrlen( pLastChar ) + 1; in LanguageDataX() local
2046 m_pTransform = new TCHAR [ nLen ]; in LanguageDataX()
[all …]
/trunk/main/svx/source/accessibility/
H A DAccessibleSvxFindReplaceDialog.cxx90 sal_Int32 nLen = aAnySeq.getLength(); in FillAccessibleRelationSet() local
91 if ( nLen ) in FillAccessibleRelationSet()
93 uno::Sequence< uno::Reference< uno::XInterface > > aSequence( nLen ); in FillAccessibleRelationSet()
94 for ( sal_Int32 i = 0; i < nLen; i++ ) in FillAccessibleRelationSet()
/trunk/main/sw/inc/
H A Diodetect.hxx55 sal_uInt16 nLen; member
58 : pName( pN ), nLen( nL ) in SwIoDetect()
63 return pName && rNm.EqualsAscii( pName, 0, nLen ); in IsFilter()
121 static const SfxFilter* GetTextFilter( const sal_Char* pBuf, sal_uLong nLen );

Completed in 242 milliseconds

12345678910>>...35