Home
last modified time | relevance | path

Searched refs:nLen (Results 701 – 725 of 867) sorted by relevance

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

/trunk/main/sc/workben/
H A Dtest.cxx313 USHORT nLen = (USHORT)aSeq.getLen(); in lcl_OutputNames() local
317 xCell->setValue( nLen ); in lcl_OutputNames()
321 for (USHORT i=0; i<nLen; i++) in lcl_OutputNames()
1695 USHORT nLen = (USHORT)aLenField.GetValue(); in IMPL_LINK() local
/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx1637 static const sal_uInt32 nLen(8); in formatBitmapExToSize() local
1641 aVirtualDevice.DrawCheckered(aNull, rSize, nLen, aW, aG); in formatBitmapExToSize()
2147 static const sal_uInt32 nLen(8); in LocalPrePaint() local
2153 mpBufferDevice->DrawCheckered(aNull, mpBufferDevice->GetOutputSizePixel(), nLen, aW, aG); in LocalPrePaint()
/trunk/main/sc/source/filter/inc/
H A Dqproform.hxx72 ConvErr Convert( const ScTokenArray*& pArray, sal_uInt16 nLen,
/trunk/main/sw/source/core/inc/
H A DUndoOverwrite.hxx95 void AddChanges( SwTxtNode& rTNd, xub_StrLen nStart, xub_StrLen nLen,
H A Dacorrect.hxx67 virtual sal_Bool ReplaceRange( xub_StrLen nPos, xub_StrLen nLen, const String& rTxt );
/trunk/main/sal/qa/osl/socket/
H A Dsockethelper.hxx135 void printByteSequence_IP( const ::rtl::ByteSequence & bsByteSeq, sal_Int32 nLen );
/trunk/main/sw/source/core/unocore/
H A Dunosrch.cxx105 sal_uInt32 nLen = aSearchAttribs.getLength(); in SetProperties() local
106 for(i = 0; i < nLen; i++) in SetProperties()
/trunk/main/reportdesign/source/ui/dlg/
H A DCondition.cxx99 const sal_Int32 nLen = sFormula.getLength(); variable
100 if ( nLen )
/trunk/main/connectivity/source/commontools/
H A DFDatabaseMetaDataResultSet.cxx174 sal_Int32 nLen = xMeta->getColumnCount(); in findColumn() local
176 for(;i<=nLen;++i) in findColumn()
/trunk/main/i18npool/source/transliteration/
H A DtransliterationImpl.cxx478 sal_Int32 i, nLen = ::std::min( tmpStr1.getLength(), tmpStr2.getLength()); in equals() local
479 for (i = 0; i < nLen; ++i, ++p1, ++p2 ) { in equals()
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx2008 const sal_Int32 nLen = rSeq.getLength(); in ImpGetFormatCodeIndex() local
2009 for ( sal_Int32 j=0; j<nLen; j++ ) in ImpGetFormatCodeIndex()
2025 if ( nLen ) in ImpGetFormatCodeIndex()
2029 for ( j=0; j<nLen; j++ ) in ImpGetFormatCodeIndex()
2039 for ( j=0; j<nLen; j++ ) in ImpGetFormatCodeIndex()
2045 for ( j=0; j<nLen; j++ ) in ImpGetFormatCodeIndex()
/trunk/main/sw/inc/
H A DIDocumentFieldsAccess.hxx150 virtual bool SetFieldsDirty(bool b, const SwNode* pChk, sal_uLong nLen) = 0;
/trunk/main/unotools/inc/unotools/
H A Dfontdefs.hxx72 void RecodeString( String& rStra, xub_StrLen nIndex, xub_StrLen nLen ) const;
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx723 sal_Int32 nLen = _slist.getLength(); in getUniqueName() local
724 if ( nLen == 0 ) in getUniqueName()
729 for (sal_Int32 i = 0; i < nLen; i++) in getUniqueName()
/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx136 void SetMaxTextLen( xub_StrLen nLen );
420 void ImpSvMEdit::SetMaxTextLen( xub_StrLen nLen ) in SetMaxTextLen() argument
422 mpTextWindow->GetTextEngine()->SetMaxTextLen( nLen ); in SetMaxTextLen()
/trunk/main/sc/source/core/data/
H A Dconditio.cxx572 sal_uInt16 nLen = pArr1->GetLen(); in lcl_IsEqual() local
573 if ( pArr2->GetLen() != nLen ) in lcl_IsEqual()
578 for (sal_uInt16 i=0; i<nLen; i++) in lcl_IsEqual()
/trunk/main/reportdesign/source/ui/misc/
H A DUITools.cxx375 sal_Int32 nLen( _out_rProperties.getLength() ); in lcl_pushBack() local
376 _out_rProperties.realloc( nLen + 1 ); in lcl_pushBack()
377 _out_rProperties[ nLen ] = beans::NamedValue( _sName, _rValue ); in lcl_pushBack()
/trunk/main/odk/examples/java/EmbedDocument/EmbeddedObject/
H A DOwnEmbeddedObject.java269 int nLen = 0; in ReadStringFromStream() local
272 nLen = xInStream.readBytes( aData, 10 ); in ReadStringFromStream()
276 } while( nLen > 0 ); in ReadStringFromStream()
/trunk/main/i18npool/source/localedata/
H A Dlocaledata.cxx615 sal_Int32 nLen = aCur2.getLength(); in getAllCurrencies() local
616 Sequence< Currency > aCur1( nLen); in getAllCurrencies()
619 for (sal_Int32 i=0; i < nLen; ++i, ++p1, ++p2) in getAllCurrencies()
/trunk/main/sd/source/core/
H A Ddrawdoc4.cxx1207 sal_uInt16 nLen = aOldName.Len(); in RenameLayoutTemplate() local
1217 if (aSheetName.Match(aOldName) == nLen) in RenameLayoutTemplate()
1219 aSheetName.Erase(0, nLen - sizeof(SD_LT_SEPARATOR) + 1 ); in RenameLayoutTemplate()
/trunk/main/cui/source/dialogs/
H A Dcolorpicker.cxx239 sal_Int32 nLen = aStr.getLength(); in GetColor() local
240 if( nLen < 7 ) in GetColor()
243 aStr += OUString::createFromAscii( &pNullStr[nLen-1] ); in GetColor()
/trunk/main/sc/source/ui/navipi/
H A Dcontent.cxx1654 xub_StrLen nLen = rName.Len(); in SelectDoc() local
1655 xub_StrLen nActiveStart = nLen - pParentWindow->aStrActive.Len(); in SelectDoc()
1658 xub_StrLen nNotActiveStart = nLen - pParentWindow->aStrNotActive.Len(); in SelectDoc()
/trunk/main/automation/source/server/
H A Dprofiler.hxx110 String Pad( const String aS, xub_StrLen nLen ); // F�gt blanks links an den String an
/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx145 sal_Int32 nLen = aStr.getLength(); in normalizeInputLocale() local
146 …aLoc.Language = rtl::OStringToOUString( aStr.copy( 0, nLen > 2 ? 2 : nLen ), RTL_TEXTENCODING_MS_1… in normalizeInputLocale()
147 if( nLen >=5 && aStr.getStr()[2] == '_' ) in normalizeInputLocale()
/trunk/main/vcl/inc/vcl/
H A Dfont.hxx136 static Font identifyFont( const void* pBuffer, sal_uInt32 nLen );

Completed in 196 milliseconds

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