Home
last modified time | relevance | path

Searched refs:n (Results 326 – 350 of 1963) sorted by relevance

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

/aoo41x/main/idl/source/cmptools/
H A Dhash.cxx176 for ( sal_uInt16 n = 0; n < GetMax(); ++n ) in ~SvStringHashTable() local
177 (pEntries+n)->SvStringHashEntry::~SvStringHashEntry(); in ~SvStringHashTable()
317 for( sal_uInt32 n = 0; n < GetMax(); n++ ) in FillHashList() local
319 if( IsEntry( n ) ) in FillHashList()
320 pList->Insert( Get( n ), LIST_APPEND ); in FillHashList()
/aoo41x/main/cui/source/customize/
H A Dcfgutil.cxx727 for ( sal_Int32 n = 0; n < children.getLength(); n++ ) in Init() local
729 Reference< browse::XBrowseNode >& theChild = children[n]; in Init()
774 if ( children[n]->hasChildNodes() ) in Init()
777 children[n]->getChildNodes(); in Init()
1033 for ( sal_Int32 n = 0; n < children.getLength(); n++ ) in GroupSelected() local
1035 if (children[n]->getType() == browse::BrowseNodeTypes::SCRIPT) in GroupSelected()
1193 for ( sal_Int32 n = 0; n < nLen; n++ ) in RequestingChilds() local
1195 Reference< browse::XBrowseNode >& theChild = children[n]; in RequestingChilds()
1203 … if ( children[n].is() && children[n]->getType() != browse::BrowseNodeTypes::SCRIPT && bDisplay ) in RequestingChilds()
1228 if ( children[n]->hasChildNodes() ) in RequestingChilds()
[all …]
/aoo41x/main/sw/source/core/undo/
H A Drolbck.cxx380 for ( sal_uInt16 n = 0; n < nCnt; ++n ) in SetInDoc() local
382 pToxType = const_cast<SwTOXType*>(pDoc->GetTOXType( m_eTOXTypes, n )); in SetInDoc()
889 for ( sal_uInt16 n = m_Array.Count(); n; --n, ++pArr ) in SetInDoc() local
897 for ( sal_uInt16 n = m_Array.Count(); n; --n, ++pArr ) in SetInDoc() local
1249 for ( sal_uInt16 n = Count(); n > nStart; ) in Delete() local
1251 m_SwpHstry.DeleteAndDestroy( --n, 1 ); in Delete()
1266 for ( sal_uInt16 n = nOld; n < nNewTmpEnd; n++ ) in SetTmpEnd() local
1268 if ( HSTRY_FLYCNT == (*this)[ n ]->Which() ) in SetTmpEnd()
1270 static_cast<SwHistoryTxtFlyCnt*>((*this)[ n ]) in SetTmpEnd()
1310 for( sal_uInt16 n = 0; n < pHts->Count(); n++ ) in CopyAttr() local
[all …]
/aoo41x/main/stoc/test/
H A Dtestintrosp.cxx181 sal_Int8 n(0); in AnyToString() local
182 aValue >>= n; in AnyToString()
188 sal_Int16 n(0); in AnyToString() local
189 aValue >>= n; in AnyToString()
195 sal_Int32 n(0); in AnyToString() local
196 aValue >>= n; in AnyToString()
547 { m_nBlub = n; } in setBlub()
1311 sal_Int16 n(0); in test_introsp() local
1312 aPropVal >>= n; in test_introsp()
1318 sal_Int32 n(0); in test_introsp() local
[all …]
/aoo41x/main/unotools/inc/unotools/
H A Ddigitgroupingiterator.hxx87 sal_Int32 n = maGroupings[mnGroup]; in getGrouping() local
88 … OSL_ENSURE( 0 <= n && n <= SAL_MAX_UINT16, "DigitGroupingIterator::getGrouping: far out"); in getGrouping()
89 if (n < 0) in getGrouping()
90 n = 0; // sanitize ... in getGrouping()
91 else if (n > SAL_MAX_UINT16) in getGrouping()
92 n = SAL_MAX_UINT16; // limit for use with xub_StrLen in getGrouping()
93 return n; in getGrouping()
/aoo41x/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx253 int n = 0; in SetClipRegion() local
262 Regions[n++] = pXReg; in SetClipRegion()
264 if( 0 == n ) in SetClipRegion()
266 else if( 1 == n ) in SetClipRegion()
401 sal_uLong n; in DrawLines() local
402 for( n = 0; nPoints - n > nMaxLines; n += nMaxLines - 1 ) in DrawLines()
406 &rPoints[n], in DrawLines()
410 if( n < nPoints ) in DrawLines()
414 &rPoints[n], in DrawLines()
415 nPoints - n, in DrawLines()
[all …]
/aoo41x/main/xmerge/source/palmtests/qa-wrapper/testcases/
H A Dc_simple03-mod.infile25 MINICALC_ENTER_CELL|0|1|Col2\n
27 MINICALC_ENTER_CELL|1|1|2\n
29 MINICALC_ENTER_CELL|2|1|2\n
31 MINICALC_ENTER_CELL|3|1|2\n
33 MINICALC_ENTER_CELL|0|2|Col3\n
35 MINICALC_ENTER_CELL|1|2|3\n
37 MINICALC_ENTER_CELL|2|2|3\n
39 MINICALC_ENTER_CELL|3|2|3\n
/aoo41x/main/forms/source/xforms/
H A Dxmlhelper.cxx104 for( sal_Int32 n = 1; n < nLength; n++ ) in isValidQName() local
106 sal_uInt8 nClass = lcl_getCharClass( pName[n] ); in isValidQName()
128 for( sal_Int32 n = 1; n < nLength; n++ ) in isValidPrefixName() local
129 bRet &= ( ( lcl_getCharClass( pName[n] ) & 8 ) != 0 ); in isValidPrefixName()
/aoo41x/main/sc/workben/
H A Dresult.cxx69 for ( USHORT n=0; n<aListeners.Count(); n++ ) in NewValue() local
70 (*aListeners[n])->modified( aEvent ); in NewValue()
105 for ( USHORT n=nCount; n--; ) in removeResultListener() local
107 uno::Reference<sheet::XResultListener> *pObj = aListeners[n]; in removeResultListener()
110 aListeners.DeleteAndDestroy( n ); in removeResultListener()
/aoo41x/main/tools/inc/tools/
H A Dcolor.hxx54 #define COLORDATA_RED( n ) ((sal_uInt8)((n)>>16)) argument
55 #define COLORDATA_GREEN( n ) ((sal_uInt8)(((sal_uInt16)(n)) >> 8)) argument
56 #define COLORDATA_BLUE( n ) ((sal_uInt8)(n)) argument
57 #define COLORDATA_TRANSPARENCY( n ) ((sal_uInt8)((n)>>24)) argument
58 #define COLORDATA_RGB( n ) ((ColorData)((n) & 0x00FFFFFF)) argument
/aoo41x/main/sw/source/core/doc/
H A Ddoctxm.cxx153 for( sal_uInt16 n = 0; n < rHts.Count(); ++n ) in GetCurTOXMark() local
601 for( sal_uInt16 n = 0; n < nCnt; ++n ) in DeleteTOX() local
628 for( sal_uInt16 n = 0; n < pTOXTypes->Count(); ++n, ++ppTTypes ) in GetTOXTypeCount() local
638 for( sal_uInt16 n = 0; n < pTOXTypes->Count(); ++n, ++ppTTypes ) in GetTOXType() local
655 sal_uInt16 n; in GetUniqueTOXBaseName() local
670 for( n = 0; n < pSectionFmtTbl->Count(); ++n ) in GetUniqueTOXBaseName()
690 for( n = 0; n < nFlagSize; ++n ) in GetUniqueTOXBaseName()
694 nNum = n * 8; in GetUniqueTOXBaseName()
1276 for( sal_uInt16 n = 0; n < rOutlNds.Count(); ++n ) in UpdateOutline() local
1446 for ( int n = 0; n < 4; ++n ) in lcl_IsSOObject() local
[all …]
/aoo41x/main/mythes/
H A Dmythes-1.2.0-vanilla-th-gen-idx.patch55 + print "usage:\n";
56 + print "$0 -o outfile < input\n";
79 -print STDOUT "$encoding\n";
80 -print STDOUT "$ne\n";
82 +print "$outfile\n";
84 +print OUTFILE "$encoding\n";
85 +print OUTFILE "$ne\n";
87 - print STDOUT "$one\n";
88 + print OUTFILE "$one\n";
/aoo41x/main/framework/source/uifactory/
H A Daddonstoolboxfactory.cxx175 for ( sal_Int32 n = 0; n < Args.getLength(); n++ ) in createUIElement() local
177 if ( Args[n].Name.equalsAscii( "ConfigurationData" )) in createUIElement()
178 Args[n].Value >>= aConfigData; in createUIElement()
179 else if ( Args[n].Name.equalsAscii( "Frame" )) in createUIElement()
180 Args[n].Value >>= xFrame; in createUIElement()
181 else if ( Args[n].Name.equalsAscii( "ResourceURL" )) in createUIElement()
182 Args[n].Value >>= aResourceURL; in createUIElement()
/aoo41x/main/desktop/win32/source/officeloader/
H A Dofficeloader.cxx141 int n = WideCharToMultiByte( in writeArgument() local
146 for (int i = 0; i < n - 1; ++i) { // cannot underflow (n >= 0) in writeArgument()
319 std::size_t n = wcslen(argv[0]) + 2; in WinMain() local
321 n += wcslen(argv[i]) + 3; in WinMain()
323 n += MY_LENGTH(L" \"-env:OOO_CWD=2") + 4 * cwdLen + in WinMain()
327 lpCommandLine = new WCHAR[n]; in WinMain()
364 int n; in WinMain() local
366 for ( n = 1; n < argc; n++ ) in WinMain()
368 if ( 0 == _tcsnicmp( argv[n], _T("-headless"), 9 ) ) in WinMain()
/aoo41x/main/writerfilter/source/doctok/
H A DWW8Sttbf.cxx46 for (sal_uInt32 n = 0; n < mnCount; ++n) in WW8Sttbf() local
99 for (sal_uInt32 n = 0; n < nCount; n++) in resolve() local
101 WW8StringValue::Pointer_t pVal(new WW8StringValue(mpSttbf->getEntry(n))); in resolve()
104 rTable.entry(n, pProps); in resolve()
/aoo41x/main/sw/source/core/crsr/
H A Dcrstrvl.cxx306 for( sal_uInt16 n = rFmts.Count(); n; ) in GotoNextTOXBase() local
356 for( sal_uInt16 n = rFmts.Count(); n; ) in GotoPrevTOXBase() local
485 for( n = 0; n < nMaxItems; ++n ) in GotoNxtPrvTblFormula()
487 RES_BOXATR_FORMULA, n ) ) && in GotoNxtPrvTblFormula()
556 for( n = 0; n < nMaxItems; ++n ) in GotoNxtPrvTOXMark()
558 RES_TXTATR_TOXMARK, n ) ) && in GotoNxtPrvTOXMark()
1915 for( sal_uInt16 n = 0; n < aFPos.nParaCnt + aFPos.nColumnCnt; ++n ) in SetShadowCrsrPos() local
1918 if( !n && pNextFmt ) in SetShadowCrsrPos()
1926 if( n < aFPos.nColumnCnt ) in SetShadowCrsrPos()
2247 for( sal_uInt16 n = pFmts->Count(); 1 < n; ) in SelectNxtPrvHyperlink() local
[all …]
/aoo41x/main/toolkit/source/controls/
H A Dunocontrols.cxx709 if ( ( aVal >>= n ) && n ) in GetComponentServiceName()
2426 for ( n = 0; n < nPos; n++ ) in addItems()
2430 for ( n = 0; n < nNewItems; n++ ) in addItems()
2434 for ( n = nPos; n < nOldLen; n++ ) in addItems()
2461 for ( n = 0; n < nPos; n++ ) in removeItems()
2465 for ( n = nPos; n < (nOldLen-nCount); n++ ) in removeItems()
3031 for ( n = 0; n < nPos; n++ ) in addItems()
3035 for ( n = 0; n < nNewItems; n++ ) in addItems()
3039 for ( n = nPos; n < nOldLen; n++ ) in addItems()
3066 for ( n = 0; n < nPos; n++ ) in removeItems()
[all …]
/aoo41x/main/idl/inc/
H A Dlex.hxx57 SvToken( sal_uLong n );
114 inline SvToken::SvToken( sal_uLong n ) in SvToken() argument
115 : nType( SVTOKEN_INTEGER ), nLong( n ) {} in SvToken()
171 sal_uLong n = Tell(); in SetMax() local
172 if( n > nMaxPos ) in SetMax()
173 nMaxPos = n; in SetMax()
180 sal_uInt16 n = 0; in CalcColumn() local
182 while( n < nBufPos ) in CalcColumn()
183 nColumn += aBufStr.GetChar(n++) == '\t' ? nTabSize : 1; in CalcColumn()
/aoo41x/main/basebmp/inc/basebmp/
H A Dcolor.hxx78 …Color operator*( sal_uInt8 n ) const { return Color((sal_uInt8)((sal_uInt32)n*getRed()/SAL_MAX_UIN… in operator *()
79 … (sal_uInt8)((sal_uInt32)n*getGreen()/SAL_MAX_UINT8), in operator *()
80 … (sal_uInt8)((sal_uInt32)n*getBlue()/SAL_MAX_UINT8)); } in operator *()
81 Color operator*( double n ) const { return Color((sal_uInt8)(n*getRed()+.5), in operator *()
82 (sal_uInt8)(n*getGreen()+.5), in operator *()
83 (sal_uInt8)(n*getBlue()+.5)); } in operator *()
/aoo41x/main/svtools/source/config/
H A Dmiscopt.cxx373 for ( sal_uInt16 n=0; n<aList.Count(); ) in ~SvtMiscOptions_Impl() local
374 delete aList.Remove(n); in ~SvtMiscOptions_Impl()
466 for ( sal_uInt16 n=0; n<aList.Count(); n++ ) in RemoveListenerLink() local
468 if ( (*aList.GetObject(n) ) == rLink ) in RemoveListenerLink()
470 delete aList.Remove(n); in RemoveListenerLink()
478 for ( sal_uInt16 n = 0; n < aList.Count(); ++n ) in CallListeners() local
479 aList.GetObject(n)->Call( this ); in CallListeners()
/aoo41x/main/vcl/unx/generic/app/
H A Dsaldisp.cxx1045 if( n > 2 && pString[n-2] == '_' ) in GetKeyNameFromKeySym()
1275 #define IsISOKey( n ) (0x0000FE00==((n)&0xFFFFFF00)) argument
2589 for( size_t n = 0; n < nScreens; n++ ) in addXineramaScreenUnique() local
2846 int n; in Convert() local
2865 n3 = n; in Convert()
2881 int n; in Convert() local
2892 n1 = n; in Convert()
2897 n2 = n; in Convert()
2902 n2 = n; in Convert()
2908 n2 = n; in Convert()
[all …]
/aoo41x/main/ucb/source/ucp/odma/
H A Dodma_content.cxx651 for ( sal_Int32 n = 0; n < nCount; ++n ) in getPropertyValues() local
653 const beans::Property& rProp = pProps[ n ]; in getPropertyValues()
876 for ( sal_Int32 n = 0; n < nCount; ++n ) in setPropertyValues() local
878 const beans::PropertyValue& rValue = pValues[ n ]; in setPropertyValues()
882 changePropertyValue(rValue,n,m_aProps->m_sTitle,nChanged,aRet,aChanges); in setPropertyValues()
904 aRet[ n ] <<= lang::IllegalAccessException( in setPropertyValues()
951 aRet[ n ] <<= e; in setPropertyValues()
955 aRet[ n ] <<= e; in setPropertyValues()
959 aRet[ n ] <<= e; in setPropertyValues()
963 aRet[ n ] <<= e; in setPropertyValues()
[all …]
/aoo41x/main/scaddins/source/analysis/
H A Danalysishelper.hxx92 double Fak( sal_Int32 n );
615 inline sal_Bool IsLeapYear( sal_uInt16 n ) in IsLeapYear() argument
617 return ( (( ( n % 4 ) == 0 ) && ( ( n % 100 ) != 0)) || ( ( n % 400 ) == 0 ) ); in IsLeapYear()
627 inline sal_Int16 GetDayOfWeek( sal_Int32 n ) in GetDayOfWeek() argument
629 return static_cast< sal_Int16 >( ( n - 1 ) % 7 ); in GetDayOfWeek()
657 if( n < nNew ) in GetObject()
658 return pData[ n ]; in GetObject()
717 return ( const STRING* ) MyList::GetObject( n ); in Get()
787 return ( const sal_Char* ) MyList::GetObject( n ); in Get()
801 return ( const FuncData* ) MyList::GetObject( n ); in Get()
[all …]
/aoo41x/main/setup_native/scripts/source/
H A Dgetuid.c120 int __lxstat(int n, const char *path, struct stat *buf)
123 static int (*p_lstat) (int n, const char *path, struct stat *buf) = NULL;
125 p_lstat = (int (*)(int n, const char *path, struct stat *buf))
127 ret = (*p_lstat)(n, path, buf);
136 int __lxstat64(int n, const char *path, struct stat64 *buf)
139 static int (*p_lstat) (int n, const char *path, struct stat64 *buf) = NULL;
141 p_lstat = (int (*)(int n, const char *path, struct stat64 *buf))
143 ret = (*p_lstat)(n, path, buf);
/aoo41x/main/qadevOOo/tests/java/ifc/text/
H A D_XTextRangeCompare.java116 short n = 0; in _compareRegionEnds() local
134 n = oObj.compareRegionEnds(cursor1, cursor2); in _compareRegionEnds()
136 log.println( "Result (short) : " + n ); in _compareRegionEnds()
142 if (n == 1){bResult = true;} in _compareRegionEnds()
157 short n = 0; in _compareRegionStarts() local
173 n = oObj.compareRegionStarts(cursor1, cursor2); in _compareRegionStarts()
175 log.println( "Result (short) : " + n ); in _compareRegionStarts()
180 if (n == 1){bResult = true;} in _compareRegionStarts()

Completed in 172 milliseconds

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