Home
last modified time | relevance | path

Searched refs:n (Results 401 – 425 of 1965) sorted by relevance

1...<<11121314151617181920>>...79

/aoo41x/main/soldep/bootstrp/
H A Dhashtbl.cxx152 sal_uIntPtr i,n; in Hash() local
156 for (i=0,n=Key.Len(); i<n; i++) in Hash()
174 sal_uIntPtr i,n; in DHash() local
176 for (i=0,n=Key.Len(); i<n; i++) in DHash()
310 sal_uIntPtr n = 0; in FindPos() local
316 n++; in FindPos()
323 bEnd = !(n<m_lSize || pItem->IsFree()); in FindPos()
/aoo41x/main/editeng/source/editeng/
H A Dimpedit3.cxx416 for ( sal_uInt16 n = nPara+1; n < GetParaPortions().Count(); n++ ) in FormatDoc() local
872 sal_uInt16 n = 0; in CreateLines() local
1105 for ( sal_uInt16 n = aCurrentTab.nTabPortion+1; n <= nTmpPortion; n++ ) in CreateLines() local
1417 if ( n > 0 ) in CreateLines()
1431 if ( n > 0 ) in CreateLines()
2081 for ( sal_uInt16 n = 0; n < aPositions.Count(); n++ ) in ImpAdjustBlocks() local
2333 for( sal_uInt16 n = 0; n < mpIMEInfos->nLen; n++ ) in CreateTextPortions() local
2903 for ( sal_uInt16 n = 0; n < GetParaPortions().Count(); n++ ) in Paint() local
4544 for ( sal_uInt16 n = 0; n < nPortionLen; n++ ) in ImplCalcAsianCompression() local
4577 nOldCharWidth -= ( n ? pDXArray[n-1] : 0 ); in ImplCalcAsianCompression()
[all …]
/aoo41x/main/sw/source/ui/inc/
H A Dpview.hxx84 void SetRow( sal_uInt8 n ) { if( n ) mnRow = n; } in SetRow() argument
87 void SetCol( sal_uInt8 n ) { if( n ) mnCol = n; } in SetCol() argument
90 void SetSttPage( sal_uInt16 n ) { mnSttPage = n; } in SetSttPage() argument
/aoo41x/main/sfx2/inc/sfx2/
H A Dfrmdescr.hxx125 void SetWidth( long n ) in SetWidth() argument
126 { nWidth = n; } in SetWidth()
127 void SetWidthPercent( long n ) in SetWidthPercent() argument
128 { nWidth = n; eSizeSelector = SIZE_PERCENT; } in SetWidthPercent()
129 void SetWidthRel( long n ) in SetWidthRel() argument
130 { nWidth = n; eSizeSelector = SIZE_REL; } in SetWidthRel()
131 void SetWidthAbs( long n ) in SetWidthAbs() argument
132 { nWidth = n; eSizeSelector = SIZE_ABS; } in SetWidthAbs()
/aoo41x/main/
H A Dconfigure.ac3716 if test -n "$with_system_zlib" -o -n "$with_system_libs" && \
3735 if test -n "$with_system_jpeg" -o -n "$with_system_libs" && \
3754 if test -n "$with_system_expat" -o -n "$with_system_libs" && \
3834 if test -n "$with_system_libxml" -o -n "$with_system_libs" && \
3881 if test -n "$with_system_libxml" -o -n "$with_system_libs" -o \
4020 if test -n "$with_system_lucene" -o -n "$with_system_libs" && \
4119 if test -n "$with_system_mysql" -o -n "$with_system_libs" && \
4294 if test -n "$with_system_saxon" -o -n "$with_system_libs" && \
4464 if test -n "$with_system_serf" -o -n "$with_system_libs" && \
4523 if test -n "$with_system_curl" -o -n "$with_system_libs" && \
[all …]
/aoo41x/main/svx/source/svdraw/
H A Dsvdobj.cxx2092 aNewSnap.Move(n,0); in NbcApplyNotPersistAttr()
2096 aNewSnap.Move(0,n); in NbcApplyNotPersistAttr()
2124 n-=GetShearAngle(); in NbcApplyNotPersistAttr()
2125 if (n!=0) { in NbcApplyNotPersistAttr()
2126 double nTan=tan(n*nPi180); in NbcApplyNotPersistAttr()
2132 n-=GetRotateAngle(); in NbcApplyNotPersistAttr()
2133 if (n!=0) { in NbcApplyNotPersistAttr()
2141 double nSin=sin(n*nPi180); in NbcApplyNotPersistAttr()
2142 double nCos=cos(n*nPi180); in NbcApplyNotPersistAttr()
2147 double nTan=tan(n*nPi180); in NbcApplyNotPersistAttr()
[all …]
/aoo41x/main/tools/source/stream/
H A Dstream.cxx700 sal_uInt16 j, n; in ReadLine() local
715 if ( n < j ) in ReadLine()
717 ++n; in ReadLine()
720 if ( n ) in ReadLine()
777 sal_uInt16 j, n; in ReadUniStringLine() local
794 if ( n < j ) in ReadUniStringLine()
796 ++n; in ReadUniStringLine()
799 if ( n ) in ReadUniStringLine()
2251 for ( sal_uInt16 n=0; n < CRYPT_BUFSIZE; n++ ) in CryptAndWriteBuffer() local
2256 pTemp[n] = aCh; in CryptAndWriteBuffer()
[all …]
/aoo41x/main/tools/bootstrp/
H A Dso_checksum.cxx35 for ( int n = 1; n < argc; n++ ) in main() local
38 rtlDigestError error = calc_md5_checksum( argv[n], aChecksum ); in main()
42 printf( "%s %s\n", aChecksum.GetBuffer(), argv[n] ); in main()
45 printf( "ERROR: Unable to calculate MD5 checksum for %s\n", argv[n] ); in main()
/aoo41x/main/sal/rtl/source/
H A Ddigest.c40 #define RTL_DIGEST_ROTL(a,n) (((a) << (n)) | ((a) >> (32 - (n)))) argument
85 n = nDatLen; in __rtl_digest_swapLong()
430 if (nDatLen < n) in rtl_digest_updateMD2()
439 d += n; in rtl_digest_updateMD2()
440 nDatLen -= n; in rtl_digest_updateMD2()
810 d += n; in rtl_digest_updateMD5()
811 nDatLen -= n; in rtl_digest_updateMD5()
1287 d += n; in rtl_digest_updateSHA()
1288 nDatLen -= n; in rtl_digest_updateSHA()
1475 d += n; in rtl_digest_updateSHA1()
[all …]
H A Dstrimp.c28 sal_Int16 n = -1; in rtl_ImplGetDigit() local
30 n = ch-'0'; in rtl_ImplGetDigit()
32 n = ch-'a'+10; in rtl_ImplGetDigit()
34 n = ch-'A'+10; in rtl_ImplGetDigit()
35 return (n < nRadix) ? n : -1; in rtl_ImplGetDigit()
/aoo41x/main/comphelper/inc/comphelper/
H A Dnewarray.hxx32 newArray_null(size_t const n) throw() in newArray_null() argument
34 if ((::std::numeric_limits<size_t>::max() / sizeof(T)) <= n) { in newArray_null()
37 return new (::std::nothrow) T[n]; in newArray_null()
41 newArray_ex(size_t const n) in newArray_ex() argument
43 if ((::std::numeric_limits<size_t>::max() / sizeof(T)) <= n) { in newArray_ex()
46 return new T[n]; in newArray_ex()
/aoo41x/main/svx/source/xoutdev/
H A Dxattrbmp.cxx401 for ( sal_Int32 n = 0; n < aPropSeq.getLength(); n++ ) in PutValue() local
403 if( aPropSeq[n].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Name" ))) in PutValue()
404 bSetName = (aPropSeq[n].Value >>= aName); in PutValue()
405 … else if( aPropSeq[n].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "FillBitmapURL" ))) in PutValue()
406 bSetURL = (aPropSeq[n].Value >>= aURL); in PutValue()
407 else if( aPropSeq[n].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Bitmap" ))) in PutValue()
408 bSetBitmap = (aPropSeq[n].Value >>= xBmp); in PutValue()
/aoo41x/main/ucb/source/core/
H A Ducb.cxx150 for ( sal_Int32 n = 0; n < nCount; ++n ) in makeAndAppendXMLName() local
152 const sal_Unicode c = rIn.getStr()[ n ]; in makeAndAppendXMLName()
713 for ( sal_Int32 n = 0; n < nCount; ++n ) in changesOccurred() local
715 const util::ElementChange& rElem = pElementChanges[ n ]; in changesOccurred()
887 for ( sal_Int32 n = 0; n < nCount; ++n ) in getContentProviderData() local
897 makeAndAppendXMLName( aElemBuffer, pElems[ n ] ); in getContentProviderData()
/aoo41x/main/extensions/test/sax/
H A Dtestwriter.cxx549 for( int n = 1 ; n < nMax ; n++ ){ in writeParagraph() local
550 if( 32 == seq.getArray()[n] ) { in writeParagraph()
552 r->characters( s.copy( nStart , n - nStart ) ); in writeParagraph()
553 nStart = n; in writeParagraph()
557 r->characters( s.copy( nStart , n - nStart ) ); in writeParagraph()
603 for( sal_Int32 n = 32 ; n < 254 ; n ++ ) { in testSimple() local
604 array[n-32] = n; in testSimple()
/aoo41x/main/libtextcat/data/new_fingerprints/lm/
H A Dfrisian.lm3 n 9616
207 n. 301
223 n._ 285
236 ûn 270
280 ân 219
286 n, 217
294 n,_ 213
399n 159
/aoo41x/main/registry/workben/
H A Dregspeed.cxx162 for (sal_Int32 n=0; n < S3; n++) in main() local
165 keyName3 += OUString().valueOf(n); in main()
211 for (sal_Int32 n=0; n < S3; n++) in main() local
221 keyName3 += OUString().valueOf(n); in main()
/aoo41x/main/sal/workben/
H A Dt_cipher.c324 int i, n; in main() local
326 n = sizeof(arcfour_data_len) / sizeof(arcfour_data_len[0]); in main()
327 for (i = 0; i < n; i++) in main()
344 n = arcfour_data_len[3]; in main()
345 for (i = 1; i < n; i++) in main()
363 n = arcfour_data_len[3]; in main()
364 for (i = 1; i < n; i++) in main()
380 cipher, &(arcfour_data[3][length]), n - length, in main()
/aoo41x/main/unotools/source/config/
H A Doptionsdlg.cxx118 for ( sal_uInt32 n = 0; n < nCount; n++ ) in SvtOptionsDlgOptions_Impl() local
120 OUString sSubNode( sNode + aNodeSeq[n] ); in SvtOptionsDlgOptions_Impl()
184 for ( sal_uInt32 n = 0; n < (sal_uInt32)aNodes.getLength(); ++n ) in ReadNode() local
186 OUString sSubNodeName( sNodes + m_sPathDelimiter + aNodes[n] ); in ReadNode()
/aoo41x/main/basic/source/comp/
H A Dexprtree.cxx55 SbiExpression::SbiExpression( SbiParser* p, double n, SbxDataType t ) in SbiExpression() argument
61 pExpr = new SbiExprNode( pParser, n, t ); in SbiExpression()
157 sal_uInt16 n = 1; in AddSym() local
161 aPar += ++n; in AddSym()
865 double n = nVal; in GetShortValue() local
866 if( n > 0 ) n += .5; else n -= .5; in GetShortValue()
867 if( n > SbxMAXINT ) n = SbxMAXINT, pParser->Error( SbERR_OUT_OF_RANGE ); in GetShortValue()
869 if( n < SbxMININT ) n = SbxMININT, pParser->Error( SbERR_OUT_OF_RANGE ); in GetShortValue()
870 return (short) n; in GetShortValue()
904 SbiExpression* SbiExprList::Get( short n ) in Get() argument
[all …]
/aoo41x/main/crashrep/source/all/
H A Dcrashrep.ulf31 …ow %PRODUCTNAME% is working and sends it to Apache OpenOffice to help improve future versions.\n\n"
35 …e the report, click the 'Show Report' button. No data will be sent if you click 'Do Not Send'.\n\n"
39n\nThe information will only be used to improve the quality of %PRODUCTNAME% and will not be share…
67 …and describe the action you were trying to carry out when the error occurred. Then click 'Send'.\n"
111 …could not be sent because the default e-mail program does not support MAPI.\n Please use a MAPI-co…
164 …e able to send error reports.\n\nCompanies often use proxy servers in conjunction with a firewall …
/aoo41x/main/sfx2/source/view/
H A Dframe.cxx325 for( sal_uInt16 n = 0; n<nCount; n++ ) in CancelTransfers() local
326 GetChildFrame( n )->CancelTransfers(); in CancelTransfers()
364 void SfxFrame::SetFrameType_Impl( sal_uInt32 n ) in SetFrameType_Impl() argument
366 pImp->nType = n; in SetFrameType_Impl()
396 for ( sal_uInt16 n=nCount; n>0; n--) in GetViewData_Impl() local
398 SfxFrame* pFrame = (*pChildArr)[n-1]; in GetViewData_Impl()
513 for ( sal_uInt16 n=0; n<nCount; n++) in GetTargetList() local
515 SfxFrame* pFrame = (*pChildArr)[n]; in GetTargetList()
/aoo41x/main/vcl/inc/vcl/
H A Dsalgtype.hxx35 #define SALCOLOR_RED( n ) ((sal_uInt8)((n)>>16)) argument
36 #define SALCOLOR_GREEN( n ) ((sal_uInt8)(((sal_uInt16)(n)) >> 8)) argument
37 #define SALCOLOR_BLUE( n ) ((sal_uInt8)(n)) argument
/aoo41x/main/connectivity/source/inc/ado/
H A DAolevariant.hxx84 OLEVariant(sal_Int8 n) ;
85 OLEVariant(sal_Int16 n) ;
86 OLEVariant(sal_Int32 n) ;
105 void setByte(sal_uInt8 n) ;
106 void setInt16(sal_Int16 n) ;
107 void setInt32(sal_Int32 n) ;
164 void set(double n);
/aoo41x/main/binaryurp/source/
H A Dbridgefactory.cxx76 rtl::OUString n(bridge->getName()); in removeBridge() local
78 if ( n.isEmpty() ) { in removeBridge()
85 BridgeMap::iterator i(named_.find(n)); in removeBridge()
182 sal_Int32 n = static_cast< sal_Int32 >(unnamed_.size()); in getExistingBridges() local
183 if (named_.size() > static_cast< sal_uInt32 >(SAL_MAX_INT32 - n)) { in getExistingBridges()
190 n = static_cast< sal_Int32 >(n + named_.size()); in getExistingBridges()
191 css::uno::Sequence< css::uno::Reference< css::bridge::XBridge > > s(n); in getExistingBridges()
/aoo41x/main/svtools/source/control/
H A Dtoolbarmenu.cxx1118 int n = 0, nLoop = 0; in implCursorUpDown() local
1122 if( n == -1 ) in implCursorUpDown()
1125 n = 0; in implCursorUpDown()
1141 nLoop = n; in implCursorUpDown()
1149 nLoop = n-1; in implCursorUpDown()
1153 n = -1; in implCursorUpDown()
1162 if ( n ) in implCursorUpDown()
1163 n--; in implCursorUpDown()
1173 n++; in implCursorUpDown()
1176 n = 0; in implCursorUpDown()
[all …]

Completed in 167 milliseconds

1...<<11121314151617181920>>...79