Home
last modified time | relevance | path

Searched refs:nLen (Results 826 – 850 of 867) sorted by relevance

1...<<3132333435

/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx390 sal_Int32 nLen; member
415 sType = rtl::OUString( pMap->pName, pMap->nLen, RTL_TEXTENCODING_ASCII_US ); in lcl_convertMessageBoxType()
/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx571 static sal_Bool ConvertToOle2( SvStream& rStm, sal_uInt32 nLen, const GDIMetaFile*,
/trunk/main/svtools/inc/svtools/
H A Dbrwbox.hxx845 …lyphBoundRects( const Point& rOrigin, const String& rStr, int nIndex, int nLen, int nBase, MetricV…
H A Dtransfer.hxx576 void CopyAnyData( sal_uLong nFormatId, const sal_Char* pData, sal_uLong nLen );
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx2975 xub_StrLen nLen = pPam->GetPoint()->nContent.GetIndex(); in StripTrailingLF() local
2976 if( nLen ) in StripTrailingLF()
2982 xub_StrLen nPos = nLen; in StripTrailingLF()
3011 nPos = nLen - nLFCount; in StripTrailingLF()
/trunk/main/sc/source/core/data/
H A Dcolumn.cxx935 sal_uInt16 nLen = pCode1->GetLen(); in SwapRow() local
938 for (sal_uInt16 i=0; i<nLen; i++) in SwapRow()
H A Ddpoutput.cxx309 long nLen = rSeq.getLength(); in lcl_MemberEmpty() local
311 for (long i=0; i<nLen; i++) in lcl_MemberEmpty()
H A Ddocument.cxx213 xub_StrLen nLen = rName.Len(); in ValidTabName() local
214 if (!nLen) in ValidTabName()
223 for (xub_StrLen i = 0; i < nLen; ++i) in ValidTabName()
238 if (i == 0 || i == nLen - 1) in ValidTabName()
/trunk/main/oox/source/xls/
H A Dformulabase.cxx1672 sal_Int32 nLen = aString.getLength(); in convertStringToStringList() local
1673 while( (0 <= nPos) && (nPos < nLen) ) in convertStringToStringList()
/trunk/main/oox/inc/oox/dump/
H A Ddumperbase.hxx1603 …::rtl::OUString dumpCharArray( const String& rName, sal_Int32 nLen, rtl_TextEncoding eTextEnc,…
1604 …::rtl::OUString dumpUnicodeArray( const String& rName, sal_Int32 nLen, bool bHideTrailingNul =…
/trunk/main/connectivity/source/parse/
H A Dsqliterator.cxx883 sal_Int32 nLen = 0; in traverseCreateColumns() local
897 nLen = pParams->getChild(1)->getTokenValue().toInt32(); in traverseCreateColumns()
/trunk/main/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp627 int nLen = aStr.pData->length; in GetMnemonicChar() local
631 while ( i < nLen ) in GetMnemonicChar()
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx331 xub_StrLen nLen = rCellName.Len(); in lcl_GetCellPosition() local
332 if (nLen) in lcl_GetCellPosition()
335 const sal_Unicode *pEnd = pBuf + nLen; in lcl_GetCellPosition()
342 String aRowTxt( pBuf, static_cast< xub_StrLen >(rCellName.GetBuffer() + nLen - pBuf) ); in lcl_GetCellPosition()
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx2050 sal_uInt16 nLen = pArray->GetLen(); in createDataSequenceByRangeRepresentation() local
2051 if (!nLen) in createDataSequenceByRangeRepresentation()
2053 else if (nLen == 1) // range names in createDataSequenceByRangeRepresentation()
/trunk/main/svx/source/inc/
H A Dgridcell.hxx938 virtual void SAL_CALL setMaxTextLen(sal_Int16 nLen) throw(::com::sun::star::uno::RuntimeException);
1144 virtual void SAL_CALL setMaxTextLen(sal_Int16 nLen) throw(::com::sun::star::uno::RuntimeException);
/trunk/main/sal/qa/osl/socket/
H A Dosl_Socket.cxx231 inline void printByteSequence_IP( const ::rtl::ByteSequence & bsByteSeq, sal_Int32 nLen ) in printByteSequence_IP() argument
234 for ( int i = 0; i < nLen; i++ ){ in printByteSequence_IP()
/trunk/main/sw/source/core/inc/
H A Dswfont.hxx332 const xub_StrLen nLen );
/trunk/main/sw/source/core/table/
H A Dswtable.cxx1459 xub_StrLen nLen = rStr.Len(); in IsValidRowName() local
1460 for (xub_StrLen i = 0; i < nLen && bIsValid; ++i) in IsValidRowName()
/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx1764 SVBT32 nLen; in InsertSpecialChar() local
1765 UInt32ToSVBT32( nCurrPos - nLinkPosInDataStrm, nLen ); in InsertSpecialChar()
1766 rStrm.Write( nLen, 4 ); in InsertSpecialChar()
/trunk/main/toolkit/source/controls/
H A Dunocontrols.cxx413 void UnoEditControl::setMaxTextLen( sal_Int16 nLen ) throw(uno::RuntimeException) in setMaxTextLen() argument
418 aAny <<= (sal_Int16)nLen; in setMaxTextLen()
423 mnMaxTextLen = nLen; in setMaxTextLen()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx3987 sal_uInt16 nLen = ((SwTOXEdit*)pNextPrev)->GetText().Len(); in IMPL_LINK() local
3988 aSel.A() = nLen; in IMPL_LINK()
3989 aSel.B() = nLen; in IMPL_LINK()
/trunk/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx187 const sal_Int32 nLen = sName.getLength(); in lcl_convertFormulaTo() local
188 if ( nLen ) in lcl_convertFormulaTo()
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx2842 sal_Int32 nLen = rStr.getLength(); in CutLines() local
2843 while ( ( n < nLen ) && ( rStr.getStr()[ n ] == LINE_SEP ) ) in CutLines()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx3258 void AnimationImporter::dump( sal_uInt32 nLen, bool bNewLine ) in dump() argument
3266 for( i = 0; i < nLen; i++ ) in dump()
/trunk/main/sw/source/ui/dbui/
H A Ddbmgr.cxx526 sal_uInt16 nLen = sFormatStr.Len(); in lcl_FindColumn() local
528 while(nUsedPos < nLen && nSeparator == 0xff) in lcl_FindColumn()

Completed in 402 milliseconds

1...<<3132333435