Home
last modified time | relevance | path

Searched refs:nLength (Results 1 – 25 of 450) sorted by last modified time

12345678910>>...18

/trunk/main/sw/source/core/access/
H A Daccportions.cxx125 if( nLength == 0 ) in Text()
140 nLength ) ) ); in Text()
141 nModelPosition += nLength; in Text()
234 if( ( nLength == 0 ) && ( nModelPosition == 0 ) ) in Special()
250 nModelPosition += nLength; in Special()
265 void SwAccessiblePortionData::Skip(sal_uInt16 nLength) in Skip() argument
271 nModelPosition += nLength; in Skip()
552 nNew = nLength; in GetSentenceBoundary()
558 while (nCurrent < nLength); in GetSentenceBoundary()
561 pSentences->push_back( nLength ); in GetSentenceBoundary()
[all …]
H A Daccpara.cxx701 sal_Int32 nPos, sal_Int32 nLength) in IsValidChar() argument
703 return (nPos >= 0) && (nPos < nLength); in IsValidChar()
707 sal_Int32 nPos, sal_Int32 nLength) in IsValidPosition() argument
709 return (nPos >= 0) && (nPos <= nLength); in IsValidPosition()
715 return IsValidPosition(nBegin, nLength) && IsValidPosition(nEnd, nLength); in IsValidRange()
1508 if ( ! IsValidPosition( nIndex, nLength ) ) in setCaretPosition()
1914 sal_Int32 nLength = aValues.getLength(); in getCharacterAttributes() local
1917 for( i = 0; i < nLength; i++ ) in getCharacterAttributes()
1923 for( i = 0; i < nLength; i++ ) in getCharacterAttributes()
3243 for( i = 0; i < nLength; i++ ) in setAttributes()
[all …]
/trunk/main/l10ntools/source/filter/utils/
H A DFileHelper.java259 int nLength = sName.length(); in convertName2FileName() local
262 java.lang.StringBuffer sNewName = new java.lang.StringBuffer(nLength); in convertName2FileName()
263 for (i=0; i<nLength; ++i) in convertName2FileName()
/trunk/main/autodoc/source/cosv/strings/
H A Dstreamstr.cxx171 Advance(nLength); in operator <<()
183 Advance(nLength); in operator <<()
219 Advance( nLength ); in operator <<()
233 Advance( nLength ); in operator <<()
247 Advance( nLength ); in operator <<()
261 Advance( nLength ); in operator <<()
275 Advance( nLength ); in operator <<()
289 Advance( nLength ); in operator <<()
304 Advance( nLength ); in operator <<()
319 Advance( nLength ); in operator <<()
[all …]
/trunk/main/autodoc/inc/cosv/
H A Dstreamstr.hxx72 nLength( i_nLength == str::maxsize in Area()
76 size_type nLength; member
/trunk/main/sw/source/ui/frmdlg/
H A Dcolex.cxx298 long nLength = aDown.Y() - aUp.Y(); in DrawPage() local
299 nLength -= nLength * pColMgr->GetLineHeightPercent() / 100; in DrawPage()
303 case COLADJ_TOP: aDown.Y() -= nLength; break; in DrawPage()
305 aUp.Y() += nLength / 2; in DrawPage()
306 aDown.Y() -= nLength / 2; in DrawPage()
396 long nLength = aLogSize.Height() - 2 * aTL.Y(); in Paint() local
398 Point aDown( aTL.X(), nLength ); in Paint()
407 nLength -= nLength * nPercent / 100; in Paint()
411 case COLADJ_TOP: aDown.Y() -= nLength; break; in Paint()
413 aUp.Y() += nLength / 2; in Paint()
[all …]
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx7841 xub_StrLen nLength = ((nBase > nIndex) ? nBase : nIndex) - nStart; in GetTextOutlines() local
7842 pSalLayout = aVDev.ImplLayout( rStr, nStart, nLength, Point(0,0), nTWidth, pDXArray ); in GetTextOutlines()
H A Dimpfont.cxx329 bool ParseCMAP( const unsigned char* pCmap, int nLength, CmapResult& rResult ) in ParseCMAP() argument
339 if( !pCmap || (nLength < 24) ) in ParseCMAP()
346 if( (nSubTables <= 0) || (nLength < (24 + 8*nSubTables)) ) in ParseCMAP()
412 if( (nFormat == 4) && ((nOffset+16) < nLength) ) in ParseCMAP()
451 else if( (nFormat == 12) && ((nOffset+16) < nLength) ) in ParseCMAP()
/trunk/main/sw/source/core/text/
H A Ditrcrsr.cxx1434 xub_StrLen nLength = pPor->GetLen(); in GetCrsrOfst() local
1458 if( !nLength ) in GetCrsrOfst()
1502 if ( 1 == nLength ) in GetCrsrOfst()
1556 --nLength; in GetCrsrOfst()
1671 pCMS->pSpecialPos->nCharOfst = nLength; in GetCrsrOfst()
1672 nLength = 0; // SMARTTAGS in GetCrsrOfst()
1680 if( bFieldInfo && nLength == pPor->GetLen() && in GetCrsrOfst()
1683 --nLength; in GetCrsrOfst()
1715 nLength = ((SwFlyCntPortion*)pPor)-> in GetCrsrOfst()
1728 nLength = pPor->GetCrsrOfst( nX ); in GetCrsrOfst()
[all …]
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx2488 sal_Int32 nLength; in ImplWriteDouble() local
2497 nLength = aNumber1.Len(); in ImplWriteDouble()
2498 mnCursorPos += nLength; in ImplWriteDouble()
2499 for ( sal_Int32 n = 0; n < nLength; n++ ) in ImplWriteDouble()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1057 int nLength = 0; in Impl_writeJPEG() local
1061 for (;pJpgSearch < pJpgData + nJpgDataLength; pJpgSearch += nLength) in Impl_writeJPEG()
1075 nLength = 2; in Impl_writeJPEG()
1082 nLength = nJpgDataLength - (pJpgSearch - pJpgData) - 2; in Impl_writeJPEG()
1092 nLength = 2 + (pJpgSearch[2]<<8) + pJpgSearch[3]; in Impl_writeJPEG()
1105 EncodingTableStream.Write( pJpgSearch, nLength ); in Impl_writeJPEG()
1106 ImageBitsStream.Write( pJpgSearch, nLength ); in Impl_writeJPEG()
1114 EncodingTableStream.Write( pJpgSearch, nLength ); in Impl_writeJPEG()
1133 ImageBitsStream.Write( pJpgSearch, nLength ); in Impl_writeJPEG()
/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx1364 int nLength = Int32FromMOTA( pCMAP12[1] ); in getGlyph12() local
1369 if( nUpper > (nLength-16)/12 ) in getGlyph12()
1370 nUpper = (nLength-16)/12; in getGlyph12()
H A Dcff.cxx1923 void emitRawData( const char* pData, int nLength) const;
1928 void updateLen( int nTellPos, int nLength);
2001 void Type1Emitter::updateLen( int nTellPos, int nLength) in updateLen() argument
2005 cData[0] = static_cast<U8>(nLength >> 0); in updateLen()
2006 cData[1] = static_cast<U8>(nLength >> 8); in updateLen()
2007 cData[2] = static_cast<U8>(nLength >> 16); in updateLen()
2008 cData[3] = static_cast<U8>(nLength >> 24); in updateLen()
2018 inline void Type1Emitter::emitRawData( const char* pData, int nLength) const in emitRawData()
2020 fwrite( pData, 1, nLength, mpFileOut); in emitRawData()
/trunk/main/svx/source/sidebar/
H A Dnbdtmg.cxx797 sal_uInt16 nLength = 0; in GetDescription() local
800 if ( nIndex >= nLength ) in GetDescription()
816 sal_uInt16 nLength = 0; in IsCustomized() local
819 if ( nIndex >= nLength ) in IsCustomized()
1649 sal_uInt16 nLength = 0; in GetDescription() local
1652 if ( nIndex >= nLength ) in GetDescription()
1663 sal_uInt16 nLength = 0; in IsCustomized() local
1666 if ( nIndex >= nLength ) in IsCustomized()
1870 if ( nIndex >= nLength ) in RelplaceNumRule()
2054 sal_uInt16 nLength = 0; in GetDescription() local
[all …]
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx5973 sal_uInt32 nLength; in GetCtrlData() local
5987 nPos += nLength; in GetCtrlData()
6028 sal_uInt32 nLength; in GetDrawingGroupContainerData() local
6041 rSt.SeekRel( nLength ); in GetDrawingGroupContainerData()
6063 nLenFBSE = nLength; in GetDrawingGroupContainerData()
6127 rSt.SeekRel( nLength ); in GetDrawingGroupContainerData()
6162 rSt.SeekRel( nLength ); in GetDrawingContainerData()
6163 nReadDg += nLength; in GetDrawingContainerData()
6201 rSt.SeekRel( nLength ); in GetShapeGroupContainerData()
6253 nReadSpCont += nLength; in GetShapeContainerData()
[all …]
/trunk/main/comphelper/inc/comphelper/
H A Daccessibletexthelper.hxx59 …_Bool implIsValidBoundary( ::com::sun::star::i18n::Boundary& rBoundary, sal_Int32 nLength );
60 virtual sal_Bool implIsValidIndex( sal_Int32 nIndex, sal_Int32 nLength );
61 …al sal_Bool implIsValidRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex, sal_Int32 nLength );
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx155 sal_Int32 nLength = aSearch.getLength(); in convertMeasure() local
159 nLength++; in convertMeasure()
163 rString = rString.replaceAt( nIndex, nLength, aNew ); in convertMeasure()
618 sal_Int32 nLength = aUserData.getLength(); in fixMainSequenceTiming() local
619 while( nLength-- ) in fixMainSequenceTiming()
773 sal_Int32 nLength = aUserData.getLength(), nRemoved = 0; in convertAnimationNode() local
777 for( ; nLength--; pValue++ ) in convertAnimationNode()
/trunk/main/sc/source/ui/unoobj/
H A Dfielduno.cxx371 sal_uInt32 nLength(aListeners.getLength()); in refresh() local
372 if (nLength) in refresh()
380 while (i < nLength) in refresh()
384 while(i < nLength) in refresh()
1028 sal_uInt32 nLength(aListeners.getLength()); in refresh() local
1029 if (nLength) in refresh()
1037 while (i < nLength) in refresh()
1041 while(i < nLength) in refresh()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx796 … xub_StrLen nLength = static_cast<xub_StrLen>(aArgs[i].getLength()); in ShowTipCursor() local
802 nArgPos+=nLength+1; in ShowTipCursor()
1041 xub_StrLen nLength = static_cast<xub_StrLen>(aArgs[i].getLength()); in UseFormulaData() local
1047 nArgPos+=nLength+1; in UseFormulaData()
/trunk/main/editeng/source/accessibility/
H A DAccessibleStaticTextBase.cxx1138 const sal_Int32 nLength = aDefAttrSeq.getLength(); in getRunAttributes() local
1139 for ( sal_Int32 i = 0; i < nLength; ++i ) in getRunAttributes()
H A DAccessibleEditableTextPara.cxx226 sal_Int32 nLength = sText.getLength(); in implGetParagraphBoundary() local
227 rBoundary.endPos = nLength; in implGetParagraphBoundary()
1550 sal_Int32 nLength = aRes.getLength(); in getCharacterAttributes() local
1552 sal_Int32* pIndices = new sal_Int32[nLength]; in getCharacterAttributes()
1554 for( i = 0; i < nLength; i++ ) in getCharacterAttributes()
1560 for( i = 0; i < nLength; i++ ) in getCharacterAttributes()
2268 sal_Int32 nLength = sText.getLength(); in getTextBeforeIndex() local
2401 sal_Int32 nLength = sText.getLength(); in getTextBehindIndex() local
2728 for(i=0; i<nLength; ++i) in setAttributes()
2828 for (sal_Int32 i = 0; i < nLength; ++i) in getDefaultAttributes()
[all …]
/trunk/main/scripting/source/vbaevents/
H A Deventhelper.cxx110 sal_Int32 nLength = aControlListeners.getLength();
112 for ( sal_Int32 i = 0; i< nLength; ++i )
468 sal_Int32 nLength = aControlListeners.getLength(); in getEventListeners() local
469 for ( sal_Int32 i = 0; i< nLength; ++i ) in getEventListeners()
503 sal_Int32 nLength = aControlListeners.getLength(); in createEvents() local
505 Sequence< ScriptEventDescriptor > aDest( nLength ); in createEvents()
507 for ( sal_Int32 i = 0; i< nLength; ++i, ++pSrc ) in createEvents()
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx235 sal_Int32 nLength = _rCallArgs.getLength(); in lcl_extractAndStartStatusIndicator() local
236 _rCallArgs.realloc( nLength + 1 ); in lcl_extractAndStartStatusIndicator()
237 _rCallArgs[ nLength ] <<= _rxStatusIndicator; in lcl_extractAndStartStatusIndicator()
/trunk/main/sw/source/ui/uiview/
H A Dview.cxx1280 sal_Int32 nLength = rSequence.getLength(); in ReadUserDataSequence() local
1281 …if (nLength && (!pWrtShell->IsNewLayout() || pWrtShell->GetViewOptions()->getBrowseMode() || bBrow… in ReadUserDataSequence()
1303 for (sal_Int16 i = 0 ; i < nLength; i++) in ReadUserDataSequence()
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx1117 sal_Int32 nLength = rName.getLength(); in getInitials() local
1119 while( nLength ) in getInitials()
1122 while( nLength && (*pStr <= ' ') ) in getInitials()
1124 nLength--; pStr++; in getInitials()
1128 if( nLength ) in getInitials()
1131 nLength--; pStr++; in getInitials()
1135 while( nLength && (*pStr > ' ') ) in getInitials()
1137 nLength--; pStr++; in getInitials()

Completed in 328 milliseconds

12345678910>>...18