Home
last modified time | relevance | path

Searched defs:n (Results 26 – 50 of 1364) sorted by relevance

12345678910>>...55

/trunk/main/xmlsecurity/qa/certext/
H A DSanCertExt.cxx149 for(int n = 1; n < altNames.getLength(); n++) in TEST_F() local
167 for(int n = 1; n < altNames.getLength(); n++) in TEST_F() local
180 for(int n = 1; n < altNames.getLength(); n++) in TEST_F() local
197 for(int n = 1; n < altNames.getLength(); n++) in TEST_F() local
210 for(int n = 1; n < altNames.getLength(); n++) in TEST_F() local
224 for(int n = 1; n < altNames.getLength(); n++) in TEST_F() local
/trunk/main/vcl/source/fontsubset/
H A Dxlat.cxx131 for( int n = 0; n < nCount; ++n ) in convertStr() local
191 void TranslateString12(sal_uInt16 *src, sal_uInt16 *dst, sal_uInt32 n) in TranslateString12()
196 void TranslateString13(sal_uInt16 *src, sal_uInt16 *dst, sal_uInt32 n) in TranslateString13()
201 void TranslateString14(sal_uInt16 *src, sal_uInt16 *dst, sal_uInt32 n) in TranslateString14()
206 void TranslateString15(sal_uInt16 *src, sal_uInt16 *dst, sal_uInt32 n) in TranslateString15()
211 void TranslateString16(sal_uInt16 *src, sal_uInt16 *dst, sal_uInt32 n) in TranslateString16()
/trunk/main/writerfilter/source/doctok/
H A DXNoteHelperImpl.hxx94 sal_uInt32 n = nResult; in getIndexOfCpAndFc() local
119 sal_uInt32 n = getIndexOfCpAndFc(rCpAndFc); in get() local
140 sal_uInt32 n = getIndexOfCpAndFc(rCpAndFc); in getRef() local
153 for (sal_uInt32 n = 0; n < getCount(); ++n) in init() local
H A DWW8FKPImpl.cxx70 sal_uInt32 n = getIndex(rFc); in getProperties() local
99 for (sal_uInt32 n = 0; n < nCount; ++n) in dump() local
119 sal_uInt32 n = getIndex(rFc); in getProperties() local
163 for (sal_uInt32 n = 0; n < nCount; ++n) in dump() local
/trunk/main/svx/inc/svx/
H A Dsxmovitm.hxx34 SdrMoveXItem(long n=0): SdrMetricItem(SDRATTR_MOVEX,n) {} in SdrMoveXItem()
43 SdrMoveYItem(long n=0): SdrMetricItem(SDRATTR_MOVEY,n) {} in SdrMoveYItem()
/trunk/main/sw/source/ui/config/
H A Duinums.cxx237 for( sal_uInt16 n = 0; n < MAXLEVEL; ++n ) in SwNumRulesWithName() local
262 for( int n = 0; n < MAXLEVEL; ++n ) in ~SwNumRulesWithName() local
274 for( int n = 0; n < MAXLEVEL; ++n ) in operator =() local
297 for(sal_uInt16 n = 0; n < MAXLEVEL; ++n ) in SwNumRulesWithName() local
328 for( sal_uInt16 n = 0; n < MAXLEVEL; ++n ) in MakeNumRule() local
345 for( sal_uInt16 n = 0; n < MAXLEVEL; ++n ) in Store() local
399 for( sal_uInt16 n = rFmt.aItems.Count(); n; ) in _SwNumFmtGlobal() local
592 for( sal_uInt16 n = aItems.Count(); n; ) in Store() local
660 for( sal_uInt16 n = aItems.Count(); n; ) in ChgNumFmt() local
/trunk/main/svl/source/filerec/
H A Dfilerec.cxx40 #define SFX_REC_PRE(n) ( ((n) & 0x000000FF) ) argument
41 #define SFX_REC_OFS(n) ( ((n) & 0xFFFFFF00) >> 8 ) argument
42 #define SFX_REC_TYP(n) ( ((n) & 0x000000FF) ) argument
43 #define SFX_REC_VER(n) ( ((n) & 0x0000FF00) >> 8 ) argument
44 #define SFX_REC_TAG(n) ( ((n) & 0xFFFF0000) >> 16 ) argument
46 #define SFX_REC_CONTENT_VER(n) ( ((n) & 0x000000FF) ) argument
47 #define SFX_REC_CONTENT_OFS(n) ( ((n) & 0xFFFFFF00) >> 8 ) argument
817 for ( sal_uInt16 n = 0; n < _nContentCount; ++n ) in Close() local
902 for ( sal_uInt16 n = 0; n < _nContentCount; ++n ) in ReadHeader_Impl() local
/trunk/main/idl/source/objects/
H A Dobject.cxx386 sal_uLong n; in WriteContextSvIdl() local
457 for( sal_uLong n = 0; n < aAttrList.Count(); n++ ) in TestAttribute() local
654 sal_uLong n; in Write() local
685 for( sal_uLong n = 0; n < rSlotList.Count(); n++ ) in WriteSlotParamArray() local
706 for( sal_uLong n = 0; n < rSlotList.Count(); n++ ) in WriteSlots() local
735 sal_uLong n; in InsertSlots() local
799 for( sal_uLong n = 0; n < aClassList.Count(); n++ ) in FillClasses() local
824 for( sal_uLong n = 0; n < rSlotList.Count(); n++ ) in WriteSlotStubs() local
875 sal_uLong n; in WriteSfx() local
943 for( sal_uLong n=0; n<aAttrList.Count(); n++ ) in WriteHelpIds() local
[all …]
H A Dbastype.cxx52 sal_uLong n = pTok->GetNumber(); in ReadRangeSvIdl() local
102 sal_uInt8 n = rb.nVal; in operator <<() local
110 sal_uInt8 n; in operator >>() local
140 int n = r.GetMajorVersion() << 4; in operator <<() local
155 sal_uInt8 n; in operator >>() local
327 sal_uLong n; in ReadSvIdl() local
360 sal_uLong n; in ReadSvIdl() local
567 sal_uLong n = 0; in ReadSvIdl() local
/trunk/main/basic/source/sbx/
H A Dsbxbool.cxx94 double n; in ImpGetBool() local
158 void ImpPutBool( SbxValues* p, sal_Int16 n ) in ImpPutBool()
H A Dsbxint.cxx225 void ImpPutInteger( SbxValues* p, sal_Int16 n ) in ImpPutInteger()
383 double ImpSalUInt64ToDouble( sal_uInt64 n ) in ImpSalUInt64ToDouble()
526 void ImpPutInt64( SbxValues* p, sal_Int64 n ) in ImpPutInt64()
829 void ImpPutUInt64( SbxValues* p, sal_uInt64 n ) in ImpPutUInt64()
/trunk/main/vos/source/
H A Dstream.cxx59 sal_Int32 OStream::write(const void* pbuffer, sal_uInt32 n) in write()
67 const void* pbuffer, sal_uInt32 n) in write()
72 sal_Bool OStream::append(void* pbuffer, sal_uInt32 n) in append()
/trunk/main/sal/qa/testHelperFunctions/
H A DtestHelperFunctions.cxx55 void printf64(sal_Int64 n) in printf64()
97 sal_Int64 n; in TEST_F() local
107 sal_Int64 n; in TEST_F() local
115 sal_Int64 n; in TEST_F() local
124 sal_Int64 n; in TEST_F() local
143 sal_Int64 n = 0; in TEST_F() local
158 sal_Int64 n = 0; in TEST_F() local
/trunk/main/binaryurp/source/
H A Dunmarshal.cxx120 sal_uInt16 n = static_cast< sal_uInt16 >(*data_++) << 8; in read16() local
126 sal_uInt32 n = static_cast< sal_uInt32 >(*data_++) << 24; in read32() local
427 sal_uInt8 n = read8(); in readCompressed() local
445 sal_uInt64 n = static_cast< sal_uInt64 >(*data_++) << 56; in read64() local
456 sal_uInt32 n = readCompressed(); in readString() local
486 sal_uInt32 n = readCompressed(); in readSequence() local
/trunk/main/comphelper/source/misc/
H A Dstring.cxx47 sal_Int32 n = source.indexOfAsciiL(from, fromLength, beginAt); in searchAndReplaceAsciiL() local
59 sal_Int32 n = _source.indexOfAsciiL( _from, fromLength, _beginAt ); in searchAndReplaceAllAsciiWithAscii() local
80 sal_Int32 n = _source.indexOfAsciiL( _asciiPattern, fromLength, _beginAt ); in searchAndReplaceAsciiI() local
/trunk/main/basic/source/comp/
H A Dscanner.cxx140 sal_uInt32 n = aSuffixesStr.Search( c ); in GetSuffixType() local
178 sal_Int32 n = nBufPos; in NextSym() local
233 short n = nCol; in NextSym() local
440 short n = nCol+1; in NextSym() local
480 short n = 1; in NextSym() local
/trunk/main/idl/source/prj/
H A Ddatabase.cxx138 for( sal_uLong n = 0; n < aModuleList.Count(); n++ ) in GetModule() local
220 for( sal_uLong n = 0; n < GetModuleList().Count(); n++ ) in Save() local
361 sal_uLong n; in ReadIdFile() local
628 sal_uLong n; in ReadKnownAttr() local
654 sal_uLong n; in SearchKnownAttr() local
679 for( sal_uLong n = 0; n < aClassList.Count(); n++ ) in ReadKnownClass() local
909 for( sal_uLong n = 0; n < GetModuleList().Count(); n++ ) in WriteSvIdl() local
931 sal_uLong n; in WriteSfx() local
955 sal_uLong n; in WriteHelpIds() local
999 for ( sal_uLong n=0; n<nCount; n++ ) in WriteCSV() local
[all …]
/trunk/main/tools/inc/tools/
H A Dsolar.h95 inline double SVBT64ToDouble( const SVBT64 p ) { double n; in SVBT64ToDouble() local
106 inline double SVBT64ToDouble( const SVBT64 p ) { double n; in SVBT64ToDouble() local
118 inline void ByteToSVBT8 ( sal_uInt8 n, SVBT8 p ) { p[0] = n; } in ByteToSVBT8()
119 inline void ShortToSVBT16( sal_uInt16 n, SVBT16 p ) { p[0] = (sal_uInt8) n; in ShortToSVBT16()
121 inline void UInt32ToSVBT32 ( sal_uInt32 n, SVBT32 p ) { p[0] = (sal_uInt8) n; in UInt32ToSVBT32()
126 inline void DoubleToSVBT64( double n, SVBT64 p ) { p[0] = ((sal_uInt8*)&n)[0]; in DoubleToSVBT64()
135 inline void DoubleToSVBT64( double n, SVBT64 p ) { p[0] = ((sal_uInt8*)&n)[7]; in DoubleToSVBT64()
220 #define _MAKE_NUMSTR( n ) # n argument
221 #define MAKE_NUMSTR( n ) _MAKE_NUMSTR( n ) argument
/trunk/main/sfx2/source/bastyp/
H A Dminarray.cxx188 for ( sal_uInt16 n = 0; n < nUsed; ++n, --pIter ) in Remove() local
208 for ( sal_uInt16 n = 0; n < nUsed; ++n, --pIter ) in Replace() local
225 for ( sal_uInt16 n = 0; n < nUsed; ++n ) in Contains() local
423 for ( sal_uInt16 n = 0; n < nUsed; ++n, --pIter ) in Remove() local
440 for ( sal_uInt16 n = 0; n < nUsed; ++n ) in Contains() local
655 for ( sal_uInt16 n = 0; n < nUsed; ++n, --pIter ) in Remove() local
672 for ( sal_uInt16 n = 0; n < nUsed; ++n ) in Contains() local
/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java2802 public XElement createElement(String n) { in createElement()
2806 public XElement createElementNS(String n, String q) { in createElementNS()
2836 public XNodeList getElementsByTagName(String n) { in getElementsByTagName()
2864 public XNode getNamedItemNS(String n, String l) { in getNamedItemNS()
2902 public String getAttribute(String n) { in getAttribute()
2906 public XAttr getAttributeNode(String n) { in getAttributeNode()
2910 public XAttr getAttributeNodeNS(String n, String l) { in getAttributeNodeNS()
2914 public String getAttributeNS(String n, String q) { in getAttributeNS()
2918 public XNodeList getElementsByTagName(String n) { in getElementsByTagName()
2929 public boolean hasAttribute(String n) { in hasAttribute()
[all …]
/trunk/main/toolkit/source/controls/
H A Dstdtabcontroller.cxx76 for (sal_Int32 n = 0; n < nModels; ++n, ++pModels) in ImplCreateComponentSequence() local
104 for ( sal_uInt32 n = 0; bOK && ( n < nCtrls ); n++ ) in ImplCreateComponentSequence() local
146 for ( sal_uInt32 n = bFirst ? 0 : nCount; bFirst ? ( n < nCount ) : n; ) in ImplActivateControl() local
225 for ( sal_uInt32 n = 0; n < nCtrls; n++ ) in getControls() local
261 sal_uInt32 n; in autoTabOrder() local
413 for ( sal_Int32 n = 0; n < nCtrls; n++ ) in FindControl() local
/trunk/main/svtools/source/config/
H A Dmenuoptions.cxx175 for ( sal_uInt16 n=0; n<aList.Count(); n++ ) in SetEntryHidingState() local
184 for ( sal_uInt16 n=0; n<aList.Count(); n++ ) in SetFollowMouseState() local
193 for ( sal_uInt16 n=0; n<aList.Count(); n++ ) in SetMenuIconsState() local
298 for ( sal_uInt16 n=0; n<aList.Count(); ) in ~SvtMenuOptions_Impl() local
357 for ( sal_uInt16 n=0; n<aList.Count(); n++ ) in Notify() local
426 for ( sal_uInt16 n=0; n<aList.Count(); n++ ) in RemoveListenerLink() local
/trunk/main/svl/source/notify/
H A Dbrdcst.cxx58 for ( sal_uInt16 n = 0; n < aListeners.Count(); ++n ) in Broadcast() local
123 for ( sal_uInt16 n = 0; n < rBC.aListeners.Count(); ++n ) in SfxBroadcaster() local
199 for ( sal_uInt16 n = 0; n < aListeners.Count(); ++n ) in HasListeners() local
/trunk/main/sot/source/sdstor/
H A Dstgdir.cxx117 void StgDirEntry::Enum( sal_Int32& n ) in Enum()
297 sal_Int32 n; in GetSize() local
503 sal_Int32 n = GetSize(); in Copy() local
526 sal_Int32 n = GetSize(); in Copy() local
643 sal_uLong n = 0; in Strm2Tmp() local
712 sal_uLong n = pTmpStrm->GetSize(); in Tmp2Strm() local
844 const sal_Int32 n, in SetupEntry()
951 sal_Int32 n = 0; in Store() local
993 void* StgDirStrm::GetEntry( sal_Int32 n, sal_Bool bDirty ) in GetEntry()
/trunk/main/sw/source/core/undo/
H A Dundraw.cxx213 for( sal_uInt16 n = 1; n < nSize; ++n, ++pTmp ) in ~SwUndoDrawGroup() local
246 for( sal_uInt16 n = 1; n < nSize; ++n ) in UndoImpl() local
278 for( sal_uInt16 n = 1; n < nSize; ++n ) in RedoImpl() local
371 for( sal_uInt16 n = 1; n < nSize; ++n, ++pTmp ) in ~SwUndoDrawUnGroup() local
388 for( sal_uInt16 n = 1; n < nSize; ++n ) in UndoImpl() local
440 for( sal_uInt16 n = 1; n < nSize; ++n ) in RedoImpl() local
528 for( sal_uInt16 n = 0; n < pMarkLst->GetMarkCount(); ++n, ++pTmp ) in ~SwUndoDrawDelete() local
539 for( sal_uInt16 n = 0; n < pMarkLst->GetMarkCount(); ++n ) in UndoImpl() local
565 for( sal_uInt16 n = 0; n < pMarkLst->GetMarkCount(); ++n ) in RedoImpl() local

Completed in 129 milliseconds

12345678910>>...55