Home
last modified time | relevance | path

Searched refs:n (Results 101 – 125 of 1965) sorted by relevance

12345678910>>...79

/aoo4110/main/libtextcat/data/new_fingerprints/lm/
H A Dturkish.lm5 n 5169
40 ;n 918
41 &i;n 917
42 i;n 917
99 n& 439
103 n&i 433
104 n&i; 433
206 ;n& 247
261 ün 187
274 n&i;n 180
[all …]
/aoo4110/main/sfx2/source/bastyp/
H A Dfltfnc.cxx241 for( sal_uInt16 n = 0; n < nCount; n++ ) in GetDefaultFilter_Impl() local
286 for ( sal_uInt16 n=0; n<pImplArr->Count(); n++ ) in SfxFilterMatcher() local
322 for ( sal_uInt16 n=0; n<pFilterArr->Count(); n++ ) in Update() local
357 for( sal_uInt16 n = 0; n < nCount; n++ ) in GetAnyFilter() local
650 for( sal_uInt16 n = 0; n < nCount; n++ ) in GetFilter4Mime() local
673 for( sal_uInt16 n = 0; n < nCount; n++ ) in GetFilter4EA() local
702 for( sal_uInt16 n = 0; n < nCount; n++ ) in GetFilter4Extension() local
756 for( sal_uInt16 n = 0; n < nCount; n++ ) in GetFilter4UIName() local
799 for( sal_uInt16 n=0; n<pFilterArr->Count(); n++ ) in GetFilter4FilterName() local
817 for( sal_uInt16 n = 0; n < nCount; n++ ) in GetFilter4FilterName() local
[all …]
/aoo4110/main/writerfilter/qa/cppunittests/odiapi/
H A DtestCore.cxx66 const Node* n = node1.get(); in testInsertSibling() local
67 while (n->hasNext()) in testInsertSibling()
69 n = &n->getNext(); in testInsertSibling()
80 n = node1.get(); in testInsertSibling()
81 while (n->hasNext()) in testInsertSibling()
83 n = &n->getNext(); in testInsertSibling()
107 const Node* n = &node2->getFirstChild(); in testAppendChildren() local
108 string postfixSeq = n->getText() + n->getNext().getText(); in testAppendChildren()
146 const Node* n = node5.get(); in testCore() local
147 while (n->hasPrevious()) in testCore()
[all …]
/aoo4110/main/toolkit/source/helper/
H A Dunopropertyarrayhelper.cxx38 for ( sal_Int32 n = 0; n < nIDs; n++ ) in UnoPropertyArrayHelper() local
39 maIDs.Insert( pIDs[n], (void*)1L ); in UnoPropertyArrayHelper()
96 for ( sal_uInt32 n = 0; n < nProps; n++ ) in getProperties() local
99 pProps[n].Name = GetPropertyName( nId ); in getProperties()
100 pProps[n].Handle = nId; in getProperties()
101 pProps[n].Type = *GetPropertyType( nId ); in getProperties()
102 pProps[n].Attributes = GetPropertyAttribs( nId ); in getProperties()
140 for ( sal_Int32 n = 0; n < nValues; n++ ) in fillHandles() local
142 sal_uInt16 nPropId = GetPropertyId( pNames[n] ); in fillHandles()
145 pHandles[n] = nPropId; in fillHandles()
[all …]
/aoo4110/main/sfx2/source/appl/
H A Dlinkmgr2.cxx77 for( sal_uInt16 n = aLinkTbl.Count(); n; --n, ++ppRef ) in ~LinkManager() local
100 for( sal_uInt16 n = aLinkTbl.Count(); n; --n, ++ppRef ) in Remove() local
131 for( sal_uInt16 n = nCnt; n; --n, ++ppRef ) in Remove() local
148 for( sal_uInt16 n = 0; n < aLinkTbl.Count(); ++n ) in Insert() local
150 SvBaseLinkRef* pTmp = aLinkTbl[ n ]; in Insert()
152 aLinkTbl.DeleteAndDestroy( n-- ); in Insert()
324 sal_uInt16 n; in UpdateAllLinks() local
325 for( n = 0; n < aLinkTbl.Count(); ++n ) in UpdateAllLinks()
330 Remove( n-- ); in UpdateAllLinks()
336 for( n = 0; n < aTmpArr.Count(); ++n ) in UpdateAllLinks()
[all …]
/aoo4110/main/sdext/source/pdfimport/tree/
H A Dstyle.cxx55 for( unsigned int n = 0; n < rStyle.SubStyles.size(); ++n ) in impl_getStyleId() local
56 aSearchStyle.SubStyles.push_back( impl_getStyleId( *rStyle.SubStyles[n], true ) ); in impl_getStyleId()
204 for( unsigned int n = 0; n < rStyle.SubStyles.size(); ++n ) in impl_emitStyle() local
205 impl_emitStyle( rStyle.SubStyles[n], rContext, rContainedElemVisitor ); in impl_emitStyle()
240 int n = 0, nElements = 0; in emit() local
242 for( n = 0, nElements = aOfficeStyleSection.size(); n < nElements; n++ ) in emit()
243 impl_emitStyle( aOfficeStyleSection[n], rContext, rContainedElemVisitor ); in emit()
246 for( n = 0, nElements = aAutomaticStyleSection.size(); n < nElements; n++ ) in emit()
247 impl_emitStyle( aAutomaticStyleSection[n], rContext, rContainedElemVisitor ); in emit()
250 for( n = 0, nElements = aMasterPageSection.size(); n < nElements; n++ ) in emit()
[all …]
/aoo4110/main/sw/source/core/undo/
H A Dunovwr.cxx233 for( xub_StrLen n = 0; n < aDelStr.Len(); n++ ) in UndoImpl() local
236 *pTmpStr = aDelStr.GetChar( n ); in UndoImpl()
274 for( xub_StrLen n = 1; n < aInsStr.Len(); ++n ) in RepeatImpl() local
302 for( xub_StrLen n = 0; n < aInsStr.Len(); n++ ) in RedoImpl() local
307 if( n < aDelStr.Len() ) in RedoImpl()
419 for( long n = 0; n < nOffsLen; ++n, ++p ) in AddChanges() local
420 if( *p != ( nStart + n )) in AddChanges()
427 for( n = 0, nMyOff = nStart; n < nOffsLen; ++p, ++n, ++nMyOff ) in AddChanges()
440 --n; in AddChanges()
483 for( xub_StrLen n = 0; n < nLen; ++n, ++p ) in SetChangeAtNode() local
[all …]
/aoo4110/main/vcl/unx/gtk/a11y/
H A Datklistener.cxx117 for(sal_Int32 n = 0; n < nChildren; n++) in updateChildList() local
119 m_aChildList[n] = pContext->getAccessibleChild(n); in updateChildList()
153 size_t n, nmax = m_aChildList.size(); in handleChildRemoved() local
154 for( n = 0; n < nmax; ++n ) in handleChildRemoved()
156 if( rxChild == m_aChildList[n] ) in handleChildRemoved()
158 nIndex = n; in handleChildRemoved()
191 size_t n = m_aChildList.size(); in handleInvalidateChildren() local
192 while( n-- > 0 ) in handleInvalidateChildren()
194 if( m_aChildList[n].is() ) in handleInvalidateChildren()
209 for( n = 0; n < nmax; ++n ) in handleInvalidateChildren()
[all …]
/aoo4110/main/svl/source/items/
H A Dpoolio.cxx184 for ( sal_uInt16 n = 0; n < nCount; ++n ) in Store() local
281 for ( sal_uInt16 n = 0; n < nCount; ++n ) in Store() local
353 for( size_t n = (*ppItemArr)->size(); n; --n, ++ppHtArr ) in LoadCompleted() local
398 for ( pItem = 0, n = nLastSurrogate+1; n < nSurrogate; ++n ) in readTheItems()
422 for ( pItem = 0, n = nLastSurrogate+1; n < nItemCount; ++n ) in readTheItems()
431 for ( n = 0; bEmpty && n < pOldArr->size(); ++n ) in readTheItems()
501 for( size_t n = (*ppItemArr)->size(); n; --n, ++ppHtArr ) in Load() local
616 for ( sal_uInt16 n = 0; n < nCount; ++n ) in Load() local
806 for ( sal_uInt16 n = 0; n < nCount; ++n ) in Load1_Impl() local
926 for ( size_t n = 0; bEmpty && n < pOldArr->size(); ++n ) in Load1_Impl() local
[all …]
H A Drngitem_inc.cxx156 for ( NUMTYPE n = 0; n < nCount; ++n ) in SfxXRangesItem() local
157 rStream >> _pRanges[n]; in SfxXRangesItem()
188 NUMTYPE n; in operator ==() local
189 for ( n = 0; _pRanges[n] && rOther._pRanges[n]; ++n ) in operator ==()
190 if ( *_pRanges != rOther._pRanges[n] ) in operator ==()
193 return !_pRanges[n] && !rOther._pRanges[n]; in operator ==()
204 HACK(n. i.) in GetPresentation()
228 for ( NUMTYPE n = 0; _pRanges[n]; ++n ) in Store() local
229 rStream >> _pRanges[n]; in Store()
/aoo4110/main/ucbhelper/workben/ucbexplorer/
H A Ducbexplorer.cxx349 for ( sal_Int32 n = 0; n < nCount; ++n ) in createNewContent() local
351 const OUString& rName = pProps[ n ].Name; in createNewContent()
363 const Type& rType = pProps[ n ].Type; in createNewContent()
369 pValues[ n ] <<= aValue; in createNewContent()
375 pValues[ n ] <<= aValue.toInt32(); in createNewContent()
391 pValues[ n ] <<= aValue.toChar(); in createNewContent()
430 aPropNames[ n ] = rName; in createNewContent()
516 ULONG n = Application::ReleaseSolarMutex(); in createNewContent() local
535 Application::AcquireSolarMutex( n ); in createNewContent()
621 Application::AcquireSolarMutex( n ); in RequestingChilds()
[all …]
/aoo4110/main/wizards/com/sun/star/wizards/common/
H A DJavaTools.java564 for (int n = 0; n < baselist.length; n++) in removeOutdatedFields()
607 for (int n = 0; n < _scomplist.length; n++) in getDuplicateFieldIndex()
609 if (n == 0) in getDuplicateFieldIndex()
628 for (int n = 0; n < scomplist.length; n++) in getDuplicateFieldIndex()
630 String scurvalue = scomplist[n]; in getDuplicateFieldIndex()
633 if (m != n) in getDuplicateFieldIndex()
648 for (int n = 0; n < _scomplist.length; n++) in getDuplicateFieldIndex()
650 if (_scomplist[n].equals(_fieldname)) in getDuplicateFieldIndex()
655 return n; in getDuplicateFieldIndex()
678 for (int n = 0; n < ocomplist.length; n++) in getDuplicateFieldIndex()
[all …]
/aoo4110/main/store/source/
H A Dstordata.cxx626 sal_uInt32 n = nPage; in scope() local
629 index1 = n / nCapacity; in scope()
630 index0 = n % nCapacity; in scope()
635 if (n != nPage) in scope()
653 sal_uInt32 n = nPage; in scope() local
657 n = n % (nCapacity * nCapacity); in scope()
667 if (n != nPage) in scope()
686 sal_uInt32 n = nPage; in scope() local
690 n = n % (nCapacity * nCapacity * nCapacity); in scope()
694 n = n % (nCapacity * nCapacity); in scope()
[all …]
H A Dstortree.cxx57 for (sal_uInt16 i = 1; i < n; i++) in OStoreBTreeNodeData()
93 sal_uInt16 const n = usageCount(); in insert() local
95 if ((n < m) && (i < m)) in insert()
102 usageCount (n + 1); in insert()
112 if (i < n) in remove()
118 m_pData[n - 1] = T(); in remove()
119 usageCount (n - 1); in remove()
134 usageCount (n + m);
159 usageCount (n); in truncate()
439 if (!(i < n)) in find_lookup()
[all …]
/aoo4110/main/editeng/source/editeng/
H A Deditobj.cxx172 for ( sal_uInt16 n = Count(); n; ) in FindAttrib() local
207 for ( sal_uInt16 n = 0; n < rCopyFrom.GetAttribs().Count(); n++ ) in ContentInfo() local
279 for( n = 0; n < nCount; n++ ) in operator ==()
295 nWhich = n; in EditTextObject()
602 for(sal_uInt16 n(0); n < aContents.Count(); n++) in ObjectInDestruction() local
712 for ( sal_uInt16 n = 0; n < r.aContents.Count(); n++ ) in BinTextObject() local
786 for ( sal_uInt16 n = 0; n < aContents.Count(); n++ ) in DeleteContents() local
898 for ( sal_uInt16 n = pPortionInfo->Count(); n; ) in ClearPortionInfo() local
908 for ( sal_uInt16 n = 0; n < aContents.Count(); n++ ) in HasOnlineSpellErrors() local
1591 for ( sal_uInt16 n = 0; n < aContents.Count(); n++ ) in CreateData() local
[all …]
/aoo4110/main/sw/source/core/doc/
H A Ddoc.cxx254 for( sal_uInt16 n = 0; n < rNmTbl.Count(); ++n ) in set() local
1832 for( sal_uInt32 n = 0; n < nMaxItems; ++n ) in GetRefMark() local
1855 for( sal_uInt32 n = 0; n < nMaxItems; ++n ) in GetRefMark() local
1881 for( sal_uInt32 n = 0; n < nMaxItems; ++n ) in GetRefMarks() local
2112 for( n = 0; n < nMaxItems; ++n ) in FindINetAttr()
2243 for( sal_uLong n = GetNodes().Count(); n; ) in RemoveInvisibleContent() local
2295 for( n = rSectFmts.Count(); n; ) in RemoveInvisibleContent()
2406 for( n = rSectFmts.Count(); !bRet && (n > 0); ) in HasInvisibleContent()
2547 for( sal_uInt16 n = 0; n < rLinks.Count(); ++n ) in lcl_FindNextRemovableLink() local
2718 for( sal_uLong n = GetNodes().Count(); n; ) in ContainsHiddenChars() local
[all …]
H A Dgctable.cxx68 n < nLines && bRet; ++n ) in lcl_GCBorder_ChkBoxBrd_B()
179 for( sal_uInt16 n = 0, nBoxes = rBoxes.Count() - 1; n < nBoxes; ++n ) in lcl_GC_Line_Border() local
183 const SwTableBox* pBox = rBoxes[ n ]; in lcl_GC_Line_Border()
197 const SwTableBox* pNextBox = rBoxes[n+1]; in lcl_GC_Line_Border()
339 sal_uInt16 n, nLen = rpBox->GetTabLines().Count(); in lcl_MergeGCBox() local
344 for( n = 0; n < rpBox->GetTabLines().Count() && in lcl_MergeGCBox()
346 ++n ) in lcl_MergeGCBox()
356 for( n = 0; n < pCpyLine->GetTabBoxes().Count(); ++n ) in lcl_MergeGCBox()
360 pCpyLine->GetTabBoxes().Remove( 0, n ); in lcl_MergeGCBox()
442 for( sal_uInt16 n = 0; n < GetTabLines().Count() && in GCLines() local
[all …]
/aoo4110/main/desktop/source/deployment/gui/
H A Ddp_gui_versionboxes.src30 "The newer version $DEPLOYED is already installed.\n"
31 "Click \'OK\' to replace the installed extension.\n"
37 "The newer version $DEPLOYED, named \'$OLDNAME\', is already installed.\n"
38 "Click \'OK\' to replace the installed extension.\n"
46 "That version is already installed.\n"
47 "Click \'OK\' to replace the installed extension.\n"
53 "That version, named \'$OLDNAME\', is already installed.\n"
54 "Click \'OK\' to replace the installed extension.\n"
62 "The older version $DEPLOYED is already installed.\n"
63 "Click \'OK\' to replace the installed extension.\n"
[all …]
/aoo4110/extras/l10n/source/kab/
H A Dlocalize.sdf32 …ce\text\sbasic\guide\create_dialog.xhp 0 help tit 0 kab Asnulfu n tefniqt umeslay n Basic 20…
33 …bm_id3149346 0 kab \<bookmark_value\>Tifniqin umeslay; asnulfu n tefniqin umeslay n Basic\</boo…
34 …lp hd_id3149346 1 0 kab \<variable id=\"create_dialog\"\>Asnulfu n tefniqt umeslay n Basic\</var…
37 …help par_idN1065F 0 kab Tekki ɣef\<emph\>Ẓreg\</emph\>. Amaẓrag n tefniqt umeslay n Basic yeldi…
38n \<emph\>Tefniqt n dduzan\</emph\>, tekki ɣef teflict i d-yezgan sdat n tiɣmert \<emph\>Awi-d tiɣ…
40 …ce\text\sbasic\guide\show_dialog.xhp 0 help tit 0 kab Leddi n tefniqt umeslay s wahil n tengalt…
46 helpcontent2 source\text\sbasic\guide\show_dialog.xhp 0 help par_id3152596 18 0 kab War aseqdec n
52 …t-a, tafniqt n umeslay "Ameslay1" ad d-teldi. I wakken ad tnedleḍ tafniqt-a umeslay, tekki ɣef tqe…
65 avmedia source\framework\mediacontrol.src 0 string AVMEDIA_STR_MEDIAPLAYER 0 kab Imeɣri n Media …
68 avmedia source\viewer\mediawindow.src 0 string AVMEDIA_STR_ALL_MEDIAFILES 0 kab Ifayluten yakk n
[all …]
/aoo4110/main/writerfilter/source/doctok/
H A DXNoteHelperImpl.hxx94 sal_uInt32 n = nResult; in getIndexOfCpAndFc() local
95 while (n > 0) in getIndexOfCpAndFc()
97 --n; in getIndexOfCpAndFc()
99 Cp aCp(mpRefs->getFc(n)); in getIndexOfCpAndFc()
105 nResult = n; in getIndexOfCpAndFc()
121 if (n < getCount()) in get()
122 pResult = get(n); in get()
142 if (n < getCount()) in getRef()
144 pResult = getRef(n); in getRef()
153 for (sal_uInt32 n = 0; n < getCount(); ++n) in init() local
[all …]
/aoo4110/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx305 for (long n = 0; n < nCount; n++) in SwInsertDBColAutoPilot() local
437 for( sal_uInt16 n = 0; n < aDBColumns.Count(); ++n ) in SwInsertDBColAutoPilot() local
536 for( n = 0; n < nCnt; ++n ) in IMPL_LINK()
540 for( n = 0; n < nCnt; ++n, ++nInsPos ) in IMPL_LINK()
608 for( sal_uInt16 n = 0; n < aDBColumns.Count(); ++n ) in IMPL_LINK() local
1059 for( n = 0; n < nCols; ++n ) in DataToDoc()
1101 for( n = 0; n < nCols; ++n ) in DataToDoc()
1134 for( n = 0; n < nCols; ++n ) in DataToDoc()
1336 for( n = 0; n < nCols; ++n ) in DataToDoc()
1671 for( sal_uInt16 n = 0, nCnt = aLbTableCol.GetEntryCount(); n < nCnt; ++n ) in Commit() local
[all …]
/aoo4110/main/qadevOOo/runner/helper/
H A DObjectInspectorModelImpl.java59 for (int n=0; n < m_count; n++ ){ in ObjectInspectorModelImpl()
61 m_Categories[n] = new PropertyCategoryDescriptor(); in ObjectInspectorModelImpl()
63 int category = n / 2; in ObjectInspectorModelImpl()
68 m_Categories[n].ProgrammaticName = "Category" + category; in ObjectInspectorModelImpl()
69 m_Categories[n].UIName = "Category" + category + "Number" + inCat; in ObjectInspectorModelImpl()
70 m_Categories[n].HelpURL = "h:" + n; in ObjectInspectorModelImpl()
131 for (int n=0; n < m_Categories.length; n++){ in getPropertyOrderIndex()
132 if (m_Categories[n].UIName.equals(UIName)){ in getPropertyOrderIndex()
133 index = n; in getPropertyOrderIndex()
/aoo4110/main/sfx2/source/view/
H A Dviewsh.cxx1011 for (sal_uInt16 n=0; n < pClients->Count(); n++) in FindIPClient() local
1037 for (sal_uInt16 n=0; n < pClients->Count(); n++) in GetUIActiveIPClient_Impl() local
1053 for (sal_uInt16 n=0; n < pClients->Count(); n++) in GetUIActiveClient() local
1555 for ( sal_uInt16 n=nCount; n>0; n-- ) in RemoveSubShell() local
1591 for ( sal_uInt16 n=0; n<nCount; n++ ) in PushSubShells_Impl() local
1645 for ( sal_uInt16 n=0; n<rFrames.Count(); ++n ) in GetFirst() local
1687 for ( sal_uInt16 n=0; n<rFrames.Count(); ++n ) in GetNext() local
1719 for ( sal_uInt16 n=0; n<rFrames.Count(); ++n ) in Notify() local
1835 for ( sal_uInt16 n=0; n < pClients->Count(); n++ ) in ResetAllClients_Impl() local
1851 for ( sal_uInt16 n=0; n<pClients->Count(); ) in DisconnectAllClients() local
[all …]
/aoo4110/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
818 *_pStream << sal_uInt32(_aContentOfs[n]); in Close()
902 for ( sal_uInt16 n = 0; n < _nContentCount; ++n ) in ReadHeader_Impl() local
[all …]
/aoo4110/main/vcl/win/source/gdi/
H A Dsalgdi.cxx207 long n; in ImplInitSalGDI() local
225 for( n = 0; n < 256L; n++ ) in ImplInitSalGDI()
226 pSalData->mpDitherDiff[ n ] = n - ( n & 248L ); in ImplInitSalGDI()
228 for( n = 0; n < 256L; n++ ) in ImplInitSalGDI()
231 for( n = 0; n < 256L; n++ ) in ImplInitSalGDI()
300 for( n = 0; n < nDitherPalCount; n++ ) in ImplInitSalGDI()
303 for( n = 0; n < 256L; n++ ) in ImplInitSalGDI()
304 pSalData->mpDitherDiff[ n ] = n % 51L; in ImplInitSalGDI()
306 for( n = 0; n < 256L; n++ ) in ImplInitSalGDI()
309 for( n = 0; n < 256L; n++ ) in ImplInitSalGDI()
[all …]

Completed in 167 milliseconds

12345678910>>...79