Home
last modified time | relevance | path

Searched refs:nLen (Results 626 – 650 of 867) sorted by relevance

1...<<21222324252627282930>>...35

/trunk/main/sw/source/filter/ww8/
H A Dwrtww8gr.cxx1028 SVBT32 nLen; in WriteGraphicNode() local
1029 UInt32ToSVBT32( nPos2 - nPos, nLen ); // Grafik-Laenge ausrechnen in WriteGraphicNode()
1030 rStrm.Write( nLen, 4 ); // im Header einpatchen in WriteGraphicNode()
/trunk/main/sw/source/core/tox/
H A Dtox.cxx881 sal_uInt16 nLen; in GetTokenType() member
903 aTokenArr[ i ].nLen - aTokenArr[ i ].nOffset )) in GetTokenType()
906 nTokenLen = aTokenArr[ i ].nLen; in GetTokenType()
/trunk/main/i18npool/source/localedata/
H A DLocaleNode.cxx260 sal_Int32 nLen = aVal.getLength(); in writeParameterCheckLen() local
261 if (nLen < nMinLen) in writeParameterCheckLen()
266 sal::static_int_cast< long >(nLen), in writeParameterCheckLen()
270 else if (nLen > nMaxLen && nMaxLen >= 0) in writeParameterCheckLen()
274 sal::static_int_cast< long >(nLen), in writeParameterCheckLen()
/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx1773 const xub_StrLen nLen = in MoveRange() local
1818 if( nLen ) in MoveRange()
1821 pStt->nContent, nLen ); in MoveRange()
1824 else if ( nLen ) in MoveRange()
1826 pSrcNd->CutText( pDestNd, rPos.nContent, pStt->nContent, nLen ); in MoveRange()
/trunk/main/starmath/source/
H A Daccessibility.cxx499 sal_Int32 nLen = GetAccessibleText_Impl().Len(); in getCharacterAttributes() local
500 if (!(0 <= nIndex && nIndex < nLen)) in getCharacterAttributes()
683 sal_Int32 nLen = GetAccessibleText_Impl().Len(); in setSelection() local
684 if (!(0 <= nStartIndex && nStartIndex < nLen) || in setSelection()
685 !(0 <= nEndIndex && nEndIndex < nLen)) in setSelection()
/trunk/main/sw/source/core/unocore/
H A Dunoobj.cxx2806 const sal_Int32 nLen = aSeq.getLength(); in CreateSortDescriptor() local
2807 DBG_ASSERT( nLen > 0, "list of collator algorithms is empty!"); in CreateSortDescriptor()
2809 if (nLen > 0) in CreateSortDescriptor()
3141 xub_StrLen nLen = pCNd->Len(); in sort() local
3142 if (nLen > nCntStt) in sort()
3144 nLen = nCntStt; in sort()
3146 rUnoCursor.GetPoint()->nContent.Assign(pCNd, nLen ); in sort()
H A Dunoport.cxx651 sal_Int32 nLen = aTmpRes.getLength(); in getPropertyValuesTolerant() local
652 uno::Sequence< beans::GetPropertyTolerantResult > aRes( nLen ); in getPropertyValuesTolerant()
654 for (sal_Int32 i = 0; i < nLen; i++) in getPropertyValuesTolerant()
/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx989 sal_Int32 nLen(GetLen(aNow)); in getSpecialDragComment() local
991 mrSdrPathObject.GetModel()->TakeMetricStr(nLen, aMetr, sal_True); in getSpecialDragComment()
1078 sal_Int32 nLen(GetLen(aNow)); in getSpecialDragComment() local
1080 mrSdrPathObject.GetModel()->TakeMetricStr(nLen, aMetr, sal_True); in getSpecialDragComment()
1125 sal_Int32 nLen(GetLen(aPt)); in getSpecialDragComment() local
1127 mrSdrPathObject.GetModel()->TakeMetricStr(nLen, aMetr, sal_True); in getSpecialDragComment()
1146 sal_Int32 nLen(GetLen(aPt)); in getSpecialDragComment() local
1148 mrSdrPathObject.GetModel()->TakeMetricStr(nLen, aMetr, sal_True); in getSpecialDragComment()
H A Dsvdattr.cxx922 xub_StrLen nLen = rText.Len(); in GetPresentation() local
923 sal_Bool bNull1(rText.GetChar(nLen-1) == aUnicodeNull); in GetPresentation()
924 sal_Bool bNull2(bNull1 && rText.GetChar(nLen-2) == aUnicodeNull); in GetPresentation()
929 rText.Erase(nLen-2); in GetPresentation()
935 rText.Insert(cDec, nLen-2); in GetPresentation()
938 rText.Erase(nLen); in GetPresentation()
/trunk/main/framework/source/uielement/
H A Dtoolbarmerger.cxx120 sal_Int32 nLen( rSequence.getLength() ); in ConvertSeqSeqToVector() local
121 for ( sal_Int32 i = 0; i < nLen; i++ ) in ConvertSeqSeqToVector()
/trunk/main/xmloff/source/text/
H A DXMLTextFrameContext.cxx1069 sal_Int32 nLen = sValue.getLength(); in XMLTextFrameContext_Impl() local
1070 if( nLen >= nRotateLen+3 && in XMLTextFrameContext_Impl()
1073 ')' == sValue[nLen-1] ) in XMLTextFrameContext_Impl()
1075 sValue = sValue.copy( nRotateLen+1, nLen-(nRotateLen+2) ); in XMLTextFrameContext_Impl()
/trunk/main/ucb/source/ucp/gio/
H A Dgio_content.cxx545 sal_Int32 nLen = aURL.getLength(); in queryChildren() local
556 if ( ( aChildURL.getLength() > nLen ) && ( aChildURL.compareTo( aURL, nLen ) == 0 ) ) in queryChildren()
558 sal_Int32 nPos = nLen; in queryChildren()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.cxx855 sal_Int32 nLen = aURL.getLength(); in queryChildren() local
867 if ( ( aChildURL.getLength() > nLen ) && in queryChildren()
868 ( aChildURL.compareTo( aURL, nLen ) == 0 ) ) in queryChildren()
870 sal_Int32 nPos = nLen; in queryChildren()
/trunk/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx796 sal_Int32 nLen = aDescripts.getLength(); in queryDispatches() local
797 if ( nLen ) in queryDispatches()
799 aReturn.realloc( nLen ); in queryDispatches()
801 const Reference< XDispatch >* pReturnEnd = aReturn.getArray() + nLen; in queryDispatches()
/trunk/main/sw/source/core/text/
H A Ditratr.cxx648 xub_StrLen nLen = m_Text.Len(); in GetMinMaxSize() local
652 while( nIdx < nLen ) in GetMinMaxSize()
661 while( nStop < nLen && nStop < nNextChg && in GetMinMaxSize()
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx634 sal_Int32 nLen, in fetchRow() local
638 nLen = m_aPrecisions[i-1]; in fetchRow()
644 …mn->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_PRECISION)) >>= nLen; in fetchRow()
/trunk/main/cui/source/options/
H A Doptjava.cxx69 const sal_Int32 nLen = rListA.getLength(); in areListsEqual() local
71 if ( rListB.getLength() != nLen ) in areListsEqual()
78 for ( sal_Int32 i = 0; i < nLen; ++i ) in areListsEqual()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx1368 sal_uInt16 nLen,i; in METChrStr() local
1370 nLen = aStr.Len(); in METChrStr()
1371 WillWriteOrder( 11 + nLen ); in METChrStr()
1372 *pMET << (sal_uInt8)0xc3 << (sal_uInt8)( 9 + nLen ); in METChrStr()
1374 for ( i = 0; i < nLen; i++ ) in METChrStr()
/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx931 xub_StrLen nLen = rStr.Len(); in lcl_PutString() local
946 for ( xub_StrLen nPos=0; nPos<nLen && (bInNum || in lcl_PutString()
1133 xub_StrLen nLen = rLine.Len(); in lcl_GetFixed() local
1134 if (nNext > nLen) in lcl_GetFixed()
1135 nNext = nLen; in lcl_GetFixed()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx1864 static void FakeDirEntry( const char aTag[5], ByteCount nOfs, ByteCount nLen, in FakeDirEntry() argument
1881 rpDest[12] = (char)(nLen >> 24); in FakeDirEntry()
1882 rpDest[13] = (char)(nLen >> 16); in FakeDirEntry()
1883 rpDest[14] = (char)(nLen >> 8); in FakeDirEntry()
1884 rpDest[15] = (char)(nLen >> 0); in FakeDirEntry()
/trunk/main/toolkit/source/controls/
H A Ddialogcontrol.cxx471 sal_Int32 nLen = rEvents.getLength(); in ImplModelPropertiesChanged() local
472 for( sal_Int32 i = 0; i < nLen; i++ ) in ImplModelPropertiesChanged()
/trunk/main/sw/source/core/txtnode/
H A Datrfld.cxx571 const xub_StrLen nLen = static_cast<xub_StrLen>(std::max( 0, ( (*End()) - 1 - nIdx ) )); in UpdateFieldContent() local
572 const String aNewFieldContent = GetTxtNode().GetExpandTxt( nIdx, nLen ); in UpdateFieldContent()
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx509 sal_uInt16 nIndex, sal_uInt16 nLen );
546 sal_uInt16 nLen );
586 sal_uInt16 nIndex, sal_uInt16 nLen );
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extensioncmdqueue.cxx1070 sal_Int32 nLen = rWhat.getLength(); in searchAndReplaceAll() local
1072 if ( !nLen ) in searchAndReplaceAll()
1078 aRet = aRet.replaceAt( nIndex, nLen, rWith ); in searchAndReplaceAll()
/trunk/main/cppu/source/uno/
H A Dlbenv.cxx525 sal_Int32 nLen = that->aPtr2ObjectMap.size(); in defenv_getRegisteredInterfaces() local
527 void ** ppInterfaces = (void **) (*memAlloc)( nLen * sizeof (void *) ); in defenv_getRegisteredInterfaces()
538 *pnLen = nLen; in defenv_getRegisteredInterfaces()

Completed in 214 milliseconds

1...<<21222324252627282930>>...35