Home
last modified time | relevance | path

Searched refs:n (Results 301 – 325 of 1957) sorted by relevance

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

/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Dabi.cxx275 int n; in examine_argument() local
277 n = classify_argument( pTypeRef, classes, 0 ); in examine_argument()
279 if ( n == 0 ) in examine_argument()
284 for ( n--; n >= 0; n-- ) in examine_argument()
285 switch ( classes[n] ) in examine_argument()
306 OSL_TRACE( "Unhandled case: classes[n] == %d\n", classes[n] ); in examine_argument()
323 int n; in fill_struct() local
325 n = classify_argument( pTypeRef, classes, 0 ); in fill_struct()
328 for ( n--; n >= 0; n-- ) in fill_struct()
329 switch ( classes[n] ) in fill_struct()
/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Dabi.cxx275 int n; in examine_argument() local
277 n = classify_argument( pTypeRef, classes, 0 ); in examine_argument()
279 if ( n == 0 ) in examine_argument()
284 for ( n--; n >= 0; n-- ) in examine_argument()
285 switch ( classes[n] ) in examine_argument()
306 OSL_TRACE( "Unhandled case: classes[n] == %d\n", classes[n] ); in examine_argument()
323 int n; in fill_struct() local
325 n = classify_argument( pTypeRef, classes, 0 ); in fill_struct()
328 for ( n--; n >= 0; n-- ) in fill_struct()
329 switch ( classes[n] ) in fill_struct()
/trunk/main/sc/source/ui/unoobj/
H A Dlinkuno.cxx187 for ( sal_uInt16 n=nCount; n--; ) in removeRefreshListener() local
204 for ( sal_uInt16 n=0; n<aRefreshListeners.Count(); n++ ) in Refreshed_Impl() local
738 for ( sal_uInt16 n=nCount; n--; ) in removeRefreshListener() local
755 for ( sal_uInt16 n=0; n<aRefreshListeners.Count(); n++ ) in Refreshed_Impl() local
1182 for ( sal_uInt16 n=nCount; n--; ) in removeRefreshListener() local
1270 for ( sal_uInt16 n=0; n<aRefreshListeners.Count(); n++ ) in Refreshed_Impl() local
1647 size_t n = aValidNames.size(); in getElementNames() local
1648 Sequence<OUString> aSeq(n); in getElementNames()
1649 for (size_t i = 0; i < n; ++i) in getElementNames()
1771 Sequence<OUString> aSeq(n); in getElementNames()
[all …]
H A Ddispuno.cxx340 for ( sal_uInt16 n=nCount; n--; ) in removeStatusListener() local
342 uno::Reference<frame::XStatusListener> *pObj = aDataSourceListeners[n]; in removeStatusListener()
345 aDataSourceListeners.DeleteAndDestroy( n ); in removeStatusListener()
387 for ( sal_uInt16 n=0; n<aDataSourceListeners.Count(); n++ ) in selectionChanged() local
388 (*aDataSourceListeners[n])->statusChanged( aEvent ); in selectionChanged()
406 for ( sal_uInt16 n=0; n<aDataSourceListeners.Count(); n++ ) in disposing() local
407 (*aDataSourceListeners[n])->disposing( aEvent ); in disposing()
/trunk/main/vcl/aqua/source/a11y/
H A Ddocumentfocuslistener.cxx187 sal_Int32 n, nmax = xContext->getAccessibleChildCount(); in attachRecursive() local
188 for( n = 0; n < nmax; n++ ) in attachRecursive()
190 Reference< XAccessible > xChild( xContext->getAccessibleChild( n ) ); in attachRecursive()
240 sal_Int32 n, nmax = xContext->getAccessibleChildCount(); in detachRecursive() local
241 for( n = 0; n < nmax; n++ ) in detachRecursive()
243 Reference< XAccessible > xChild( xContext->getAccessibleChild( n ) ); in detachRecursive()
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsanextension_mscryptimpl.cxx94 for( unsigned int n = 0; n < (unsigned int) pOtherName->Value.cbData ; n ++ ) in getAlternativeNames() local
95 otherName[n] = *( pOtherName->Value.pbData + n ) ; in getAlternativeNames()
124 for( unsigned int n = 0; n < pEntry->IPAddress.cbData ; n ++ ) in getAlternativeNames() local
125 ipAddress[n] = *( pEntry->IPAddress.pbData + n ) ; in getAlternativeNames()
/trunk/main/scripting/source/basprov/
H A Dbasscript.cxx135 sal_uInt16 n = 1; in invoke() local
136 … const SbxParamInfo* pParamInfo = pInfo->GetParam( n ); pParamInfo; pParamInfo = pInfo->GetParam( … in invoke()
143 sal_Int32 nSbxCount = n - 1; in invoke()
204 for ( sal_uInt16 n = 1, nCount = xSbxParams->Count(); n < nCount; ++n ) in invoke() local
206 const SbxParamInfo* pParamInfo = pInfo_->GetParam( n ); in invoke()
209 SbxVariable* pVar = xSbxParams->Get( n ); in invoke()
213 … aOutParamMap.insert( OutParamMap::value_type( n - 1, sbxToUnoValue( xVar ) ) ); in invoke()
/trunk/main/sfx2/source/appl/
H A Dmodule.cxx266 for ( sal_uInt16 n=0; n<pImpl->pTbxCtrlFac->Count(); n++ ) in RegisterToolBoxControl() local
268 SfxTbxCtrlFactory *pF = (*pImpl->pTbxCtrlFac)[n]; in RegisterToolBoxControl()
288 for ( sal_uInt16 n=0; n<pImpl->pStbCtrlFac->Count(); n++ ) in RegisterStatusBarControl() local
290 SfxStbCtrlFactory *pF = (*pImpl->pStbCtrlFac)[n]; in RegisterStatusBarControl()
310 for ( sal_uInt16 n=0; n<pImpl->pMenuCtrlFac->Count(); n++ ) in RegisterMenuControl() local
312 SfxMenuCtrlFactory *pF = (*pImpl->pMenuCtrlFac)[n]; in RegisterMenuControl()
/trunk/main/sw/source/core/fields/
H A Dddefld.cxx84 xub_StrLen n = sStr.Len(); in DataChanged() local
85 while( n && 0 == sStr.GetChar( n-1 ) ) in DataChanged()
86 --n; in DataChanged()
87 if( n && 0x0a == sStr.GetChar( n-1 ) ) in DataChanged()
88 --n; in DataChanged()
89 if( n && 0x0d == sStr.GetChar( n-1 ) ) in DataChanged()
90 --n; in DataChanged()
92 sal_Bool bDel = n != sStr.Len(); in DataChanged()
94 sStr.Erase( n ); in DataChanged()
/trunk/main/sc/source/core/tool/
H A Dtoken.cxx225 void ScRawToken::SetName( sal_uInt16 n ) in SetName() argument
229 nIndex = n; in SetName()
243 xub_StrLen n = rTabName.Len(); in SetExternalSingleRef() local
245 extref.cTabName[n] = 0; in SetExternalSingleRef()
257 xub_StrLen n = rTabName.Len(); in SetExternalDoubleRef() local
259 extref.cTabName[n] = 0; in SetExternalDoubleRef()
270 xub_StrLen n = rName.Len(); in SetExternalName() local
272 extname.cName[n] = 0; in SetExternalName()
340 sal_uInt16 n = nOffset; in Clone() local
375 p = (ScRawToken*) new sal_uInt8[ n ]; in Clone()
[all …]
/trunk/main/writerfilter/source/doctok/
H A DPLCF.hxx160 sal_uInt32 n = getEntryCount(); in getEntryByFc() local
162 while (getFc(n) > nFc) in getEntryByFc()
163 n--; in getEntryByFc()
165 pResult = getEntryPointer(n); in getEntryByFc()
177 for (sal_uInt32 n = 0; n < nCount; ++n) in dump() local
179 Fc aFc = getFc(n); in dump()
180 typename T::Pointer_t pT = getEntry(n); in dump()
/trunk/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 …]
/trunk/main/xmloff/source/style/
H A Dxmlimppr.cxx425 for ( sal_Int32 n = 0; in CheckSpecialContext() local
426 pSpecialContextIds[n].nContextID != -1; in CheckSpecialContext()
427 n++ ) in CheckSpecialContext()
432 pSpecialContextIds[n].nIndex = i; in CheckSpecialContext()
568 for ( sal_Int32 n = 0; in _FillPropertySet() local
569 pSpecialContextIds[n].nContextID != -1; in _FillPropertySet()
570 n++ ) in _FillPropertySet()
575 pSpecialContextIds[n].nIndex = i; in _FillPropertySet()
643 for ( sal_Int32 n = 0; in _PrepareForMultiPropertySet() local
645 n++ ) in _PrepareForMultiPropertySet()
[all …]
/trunk/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
1261 for ( sal_uInt16 n = Count(); n > nStart; ) in Delete() local
1263 m_SwpHstry.DeleteAndDestroy( --n, 1 ); in Delete()
1278 for ( sal_uInt16 n = nOld; n < nNewTmpEnd; n++ ) in SetTmpEnd() local
1280 if ( HSTRY_FLYCNT == (*this)[ n ]->Which() ) in SetTmpEnd()
1282 static_cast<SwHistoryTxtFlyCnt*>((*this)[ n ]) in SetTmpEnd()
1335 for( sal_uInt16 n = 0; n < pHts->Count(); n++ ) in CopyAttr() local
[all …]
/trunk/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 …]
/trunk/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 …]
/trunk/main/sot/source/sdstor/
H A Dstgcache.cxx68 StgPage::StgPage( StgCache* p, short n ) in StgPage() argument
72 nData = n; in StgPage()
132 void StgCache::SetPhysPageSize( short n ) in SetPhysPageSize() argument
135 if ( n >= 512 ) in SetPhysPageSize()
137 nPageSize = n; in SetPhysPageSize()
517 sal_Bool StgCache::SetSize( sal_Int32 n ) in SetSize() argument
520 sal_Int32 nSize = n * nPageSize + 512; in SetSize()
524 nPages = n; in SetSize()
528 void StgCache::SetError( sal_uLong n ) in SetError() argument
530 if( n && !nError ) in SetError()
[all …]
/trunk/main/setup_native/source/win32/nsis/
H A Ddownloadtemplate.nsi39 "DOWNLOADNAMEPLACEHOLDER options: $\n $\n \
40 /S : Silent installation $\n \
41 /D=<path> : NSIS installation directory (must be the last option!) $\n \
42 …ON : NSIS only extracts the PRODUCTNAMEPLACEHOLDER PRODUCTVERSIONPLACEHOLDER installation set $\n \
43 …TALLLOCATION=<path> : PRODUCTNAMEPLACEHOLDER PRODUCTVERSIONPLACEHOLDER installation directory $\n \
45 /INSTALLJAVA=ON : Installs JRE located in sub directory java, if exists $\n \
46 /GUILEVEL=<guilevel> : Setting Windows Installer GUI level: qr, qb, qn, qf, ... $\n \
47 /PARAM1=$\"key=value$\" : Flexible parameter 1. Example: /PARAM1=$\"INSTALLLEVEL=70$\" $\n \
48 /PARAM2=$\"key=value$\" : Flexible parameter 2. $\n \
49 /PARAM3=$\"key=value$\" : Flexible parameter 3. $\n \
[all …]
/trunk/main/forms/source/xforms/
H A Dcollection.hxx71 const T& getItem( sal_Int32 n ) const in getItem()
73 OSL_ENSURE( isValidIndex(n), "invalid index" ); in getItem()
74 OSL_ENSURE( isValid( maItems[n] ), "invalid item found" ); in getItem()
75 return maItems[n]; in getItem()
78 void setItem( sal_Int32 n, const T& t) in setItem() argument
80 OSL_ENSURE( isValidIndex(n), "invalid index" ); in setItem()
83 T& aRef = maItems[ n ]; in setItem()
84 _elementReplaced( n, t ); in setItem()
126 bool isValidIndex( sal_Int32 n ) const in isValidIndex()
128 return n >= 0 && n < static_cast<sal_Int32>( maItems.size() ); in isValidIndex()
/trunk/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 …]
/trunk/main/sfx2/source/bastyp/
H A Dbitset.cxx146 for ( sal_uInt16 n = 0; n < nCount; ++n ) in BitSet() local
147 if ( pArray[n] > nMax ) in BitSet()
148 nMax = pArray[n]; in BitSet()
159 for ( sal_uInt16 n = 0; n < nCount; ++n ) in BitSet() local
162 sal_uInt16 nBlock = n / 32; in BitSet()
163 sal_uIntPtr nBitVal = 1L << (n % 32); in BitSet()
/trunk/main/soltools/inc/
H A Dst_list.hxx49 unsigned n) const in operator []()
50 { return elem(n); } in operator []()
52 unsigned n) in operator []() argument
53 { return elem(n); } in operator []()
86 unsigned n) const in is_valid_index()
87 { return n < len; } in is_valid_index()
103 unsigned n ) const in elem()
104 { return inhalt[n]; } in elem()
106 unsigned n ) in elem() argument
107 { return inhalt[n]; } in elem()
/trunk/main/svtools/source/edit/
H A Dtextdat2.hxx144 void SetStart( sal_uInt16 n ) { mnStart = n; } in SetStart() argument
148 void SetEnd( sal_uInt16 n ) { mnEnd = n; } in SetEnd() argument
152 void SetStartPortion( sal_uInt16 n ) { mnStartPortion = n; } in SetStartPortion() argument
156 void SetEndPortion( sal_uInt16 n ) { mnEndPortion = n; } in SetEndPortion() argument
170 void SetStartX( short n ) { mnStartX = n; } in SetStartX() argument
/trunk/main/sal/prj/
H A Dbuild.lst8 sa sal\systools\win32\uwinapi nmake - n sa_uwinapi sa_inc NULL
9 sa sal\systools\win32\kill nmake - n sa_kill sa_uwinapi.n sa_inc NULL
10 sa sal\systools\win32\onlineupdate nmake - n sa_onlineupdate sa_uwinapi.n sa_inc NULL
11 sa sal\osl\w32 nmake - n sa_osln sa_inc NULL
16 … nmake - all sa_util sa_tc.u sa_oslall sa_uwinapi.n sa_kill.n sa_onlineupdate.n sa_osln.n s…
/trunk/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 …]

Completed in 160 milliseconds

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