Home
last modified time | relevance | path

Searched refs:n (Results 126 – 150 of 1957) sorted by relevance

12345678910>>...79

/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
818 *_pStream << sal_uInt32(_aContentOfs[n]); in Close()
902 for ( sal_uInt16 n = 0; n < _nContentCount; ++n ) in ReadHeader_Impl() local
[all …]
/trunk/main/store/source/
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 …]
/trunk/main/sfx2/source/control/
H A Dobjface.cxx76 nPos(n), in SfxObjectUI_Impl()
114 sal_uInt16 n; in ~SfxInterface_Impl() local
115 for (n=0; n<pObjectBars->Count(); n++) in ~SfxInterface_Impl()
116 delete (*pObjectBars)[n]; in ~SfxInterface_Impl()
119 for (n=0; n<pChildWindows->Count(); n++) in ~SfxInterface_Impl()
120 delete (*pChildWindows)[n]; in ~SfxInterface_Impl()
195 for ( sal_uInt16 n = nIter; n < Count(); ++n ) in SetSlotMap() local
211 for ( sal_uInt16 n = nIter; n < Count(); ++n ) in SetSlotMap() local
213 SfxSlot *pCurSlot = (pSlots+n); in SetSlotMap()
347 for ( sal_uInt16 n=0; n<nCount; n++ ) in GetSlot() local
[all …]
H A Dmacro.cxx387 for ( sal_uInt16 n = 0; n < aRecordable.Len(); ++n ) in GenerateNameAndArgs_Impl() local
389 sal_Unicode cChar = aRecordable.GetChar(n); in GenerateNameAndArgs_Impl()
397 aRecordable.Insert( aReplacement, n - 2 ); in GenerateNameAndArgs_Impl()
398 n = n + aReplacement.Len(); in GenerateNameAndArgs_Impl()
400 aRecordable.Replace( n-1, 2, DEFINE_CONST_UNICODE("+\"") ); in GenerateNameAndArgs_Impl()
406 aRecordable.SetChar(n, 0x0022 );// '"' = 22h in GenerateNameAndArgs_Impl()
407 aRecordable.Insert( aReplacement, n + 1 ); in GenerateNameAndArgs_Impl()
408 n = n + aReplacement.Len(); in GenerateNameAndArgs_Impl()
695 for ( sal_uInt16 n = 0; n < pImp->aList.Count(); ++n ) in GenerateSource() local
697 aSource += pImp->aList.GetObject(n)->GetStatement(); in GenerateSource()
[all …]
/trunk/extras/l10n/source/gl/
H A Dlocalize.sdf506 …ueado para edición por:\n\n$(ARG2)\n\nAbra o documento en modo que só permite lectura ou abra unha…
654 … está bloqueado para edición por:\n\n$(ARG2)\n\nTénte gardar o seu documento máis tarde ou garde u…
17628n:\n /? : Amosaeste diálogo.\n /a : Executa unha instalación administrativa.\n /j[u|m] : …
20585 sfx2 source\doc\doc.src 0 string STR_HIDDENINFO_CONTAINS 0 gl Este documento contén:\n\n 2020…
20879 …0 gl Esta acción pechará o modo de gravación.\nPerderase toda a información sobre os cambios\n\nSa…
32948n, consulte \<link href=\"text/shared/00/00000020.xhp\" name=\"Información sobre filtros de import…
32985n sobre filtros, consulte: \<link href=\"text/shared/00/00000020.xhp\" name=\"Información sobre fi…
33064n sobre filtros, consulte\<link href=\"text/shared/00/00000020.xhp\" name=\"Información sobre filt…
52609 …0.xhp\" name=\"Información sobre filtros de importación e exportación\"\>Información sobre filtros…
54029n na caixa \<emph\>Función\</emph\>. A función especifica o tipo de ligazón que existe entre os in…
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/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()
/trunk/main/sal/osl/w32/
H A Dprofile.cxx76 #define _BUILD_STR_(n) # n argument
77 #define BUILD_STR(n) _BUILD_STR_(n) argument
726 int i, n; in osl_writeProfileIdent() local
733 for (n = 0; Strings[n] != NULL; n++); in osl_writeProfileIdent()
865 n = 0; in osl_getProfileSectionEntries()
1136 n += 1; in osl_getProfileSections()
1668 for (n = 0; n < pSec->m_NoEntries; n++) in insertLine()
1707 for (n = 0; n < pSec->m_NoEntries; n++) in removeLine()
1885 n = Sect; in findEntry()
1895 n++; in findEntry()
[all …]
/trunk/main/sw/source/core/doc/
H A Dftnidx.cxx104 sal_uInt16 n; in UpdateFtn() local
106 for( n = 0; n < rOutlNds.Count(); ++n ) in UpdateFtn()
107 if( rOutlNds[ n ]->GetIndex() > rStt.GetIndex() ) in UpdateFtn()
111 pCapStt = rOutlNds[ n ]; // Start eines neuen Kapitels in UpdateFtn()
113 for( ; n < rOutlNds.Count(); ++n ) in UpdateFtn()
117 nCapEnd = rOutlNds[ n ]->GetIndex(); // Ende des gefundenen Kapitels in UpdateFtn()
229 for( sal_uInt16 n = 0; n < rOutlNds.Count(); ++n ) in UpdateAllFtn() local
233 sal_uLong nCapStt = rOutlNds[ n ]->GetIndex(); // Start eines neuen Kapitels in UpdateAllFtn()
369 for( sal_uInt16 n = pArr->Count(); n; ) in GetNumber() local
370 if( pArr->GetObject( --n ) == pNd ) in GetNumber()
[all …]
H A Ddoccorr.cxx155 for( sal_uInt16 n = 0; n < rTbl.Count(); ++n ) in PaMCorrAbs() local
157 SwUnoCrsr *const pUnoCursor = rTbl[ n ]; in PaMCorrAbs()
174 dynamic_cast<SwUnoTableCrsr *>(rTbl[ n ]); in PaMCorrAbs()
211 for (sal_uInt16 n = 0; n < rTbl.Count(); ) in CorrAbs() local
214 SwRedline *const pRedline( rTbl[ n ] ); in CorrAbs()
221 rTbl.DeleteAndDestroy(n); in CorrAbs()
225 ++n; in CorrAbs()
304 for( sal_uInt16 n = 0; n < rTbl.Count(); ++n ) in PaMCorrRel() local
306 FOREACHPAM_START( rTbl[ n ] ) in PaMCorrRel()
311 dynamic_cast<SwUnoTableCrsr*>(rTbl[ n ]); in PaMCorrRel()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/
H A Duno2cpp.cxx116 n = 0;
147 if (n & 1)
148 n++;
149 if (n < 8) {
150 gpr[n++] = *pStackLongs;
175 if (n < 8) {
193 if (n & 1) n++; /* note even elements gpr[] will map to
195 if (n <= 6) {
208 if (n < 8) {
217 if (n < 8) {
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc/
H A Duno2cpp.cxx116 n = 0;
147 if (n & 1)
148 n++;
149 if (n < 8) {
150 gpr[n++] = *pStackLongs;
175 if (n < 8) {
193 if (n & 1) n++; /* note even elements gpr[] will map to
195 if (n <= 6) {
208 if (n < 8) {
217 if (n < 8) {
[all …]
/trunk/main/sw/source/core/bastyp/
H A Dbparr.cxx39 #define CHECKIDX( p, n, i, c ) argument
43 #define CHECKIDX( p, n, i, c ) CheckIdx( p, n, i, c ); argument
79 for( sal_uInt16 n = 0; n < nBlock; ++n, ++pp ) in ~BigPtrArray() local
190 cur = ( n == cur ) ? n+1 : n; in Index2Block()
381 sal_uLong nElem = n; in Remove()
442 nSize -= n; in Remove()
493 sal_uInt16 n = p->nElem; in Compress() local
508 if( n > nLast ) in Compress()
509 n = nLast; in Compress()
522 nLast = nLast - n; in Compress()
[all …]
/trunk/main/unotools/source/property/
H A Dpropertysethelper.cxx149 sal_Int32 n; in setPropertyValues() local
150 for( n = 0; !bUnknown && ( n < nCount ); n++, pNames++ ) in setPropertyValues()
152 pEntries[n] = mp->find( *pNames ); in setPropertyValues()
153 bUnknown = NULL == pEntries[n]; in setPropertyValues()
177 sal_Int32 n; in getPropertyValues() local
178 for( n = 0; !bUnknown && ( n < nCount ); n++, pNames++ ) in getPropertyValues()
180 pEntries[n] = mp->find( *pNames ); in getPropertyValues()
181 bUnknown = NULL == pEntries[n]; in getPropertyValues()
242 sal_Int32 n; in getPropertyStates() local
243 for( n = 0; !bUnknown && (n < nCount); n++, pNames++ ) in getPropertyStates()
[all …]
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx181 for( sal_uInt16 n = 0; n < pArr->Count(); n += 2 ) in lcl_SetDfltBoxAttr() local
320 for( sal_uInt16 n = 0; n < nCnt; ++n ) in InsBoxen() local
517 for( sal_uInt16 n = 0; n < nRows; ++n ) in InsertTable() local
808 for( sal_uInt16 n = 0; n < nRows; ++n ) in TextToTable() local
1092 for( n = 0; n < aPosArr.Count(); ++n ) in TextToTable()
1449 for( n = 0; n < aPosArr.Count(); ++n ) in TextToTable()
3060 for( n = 0; n < aPosArr.Count(); ++n ) in GetBoxOfPos()
3085 for( n = 0; n < aPosArr.Count(); ++n ) in Resize()
3099 for( n = 0; n < aPosArr.Count(); ++n ) in Resize()
3983 for( n = 0; n < pTblFrmFmtTbl->Count(); ++n ) in GetUniqueTblName()
[all …]
/trunk/main/svl/source/items/
H A Dstyle.cxx440 nMask=n; in SfxStyleSheetIterator()
450 sal_uInt16 n = 0; in Count() local
458 n++; in Count()
460 return n; in Count()
469 for(sal_uInt16 n=0; n<pBasePool->aStyles.size(); n++) in operator []() local
493 for( sal_uInt16 n = 0; n < pBasePool->aStyles.size(); n++ ) in First() local
499 nIdx = n; in First()
521 for( sal_uInt16 n = nAktPosition + 1; n < pBasePool->aStyles.size(); n++ ) in Next() local
527 nIdx = n; in Next()
543 for ( sal_uInt16 n = 0; n < pBasePool->aStyles.size(); n++ ) in Find() local
[all …]
/trunk/main/dbaccess/source/core/dataaccess/
H A DContentHelper.cxx308 for ( sal_Int32 n = 0; n < nCount; ++n ) in addPropertiesChangeListener() local
310 const ::rtl::OUString& rName = pSeq[ n ]; in addPropertiesChangeListener()
330 for ( sal_Int32 n = 0; n < nCount; ++n ) in removePropertiesChangeListener() local
332 const ::rtl::OUString& rName = pSeq[ n ]; in removePropertiesChangeListener()
391 for ( sal_Int32 n = 0; n < nCount; ++n ) in setPropertyValues() local
398 aRet[ n ] <<= IllegalAccessException( in setPropertyValues()
466 aRet[ n ] <<= Exception( in setPropertyValues()
499 for ( sal_Int32 n = 0; n < nCount; ++n ) in getPropertyValues() local
501 const Property& rProp = pProps[ n ]; in getPropertyValues()
598 for ( sal_Int32 n = 0; n < nCount; ++n, ++propertyChangeEvent ) in notifyPropertiesChange() local
[all …]
/trunk/extras/l10n/source/cs/
H A Dlocalize.sdf654 …G1)' je zamčen pro úpravy uživatelem:\n\n$(ARG2)\n\nZkuste dokument uložit později nebo uložte kop…
10395 …0 cs Tato akce ukončí režim záznamu změn.\nInformace o změnách budou ztraceny.\n\nUkončit režim zá…
20879 …0 cs Tato akce ukončí režim záznamu změn.\nInformace o změnách budou ztraceny.\n\nUkončit režim zá…
22678 … \<link href=\"text/scalc/01/05120000.xhp\" name=\"Podmíněné formátování\"\>Podmíněné formátování\…
35322 …ledování nebo sdílení dokumentů, některé příkazy mohou být nedostupné (odstíněné). Pro nový sešit …
41538názvu, kde zadáte název nového panelu nástrojů a vyberete jeho umístění.\</ahelp\>Otevírá dialog n
48744n\</emph\>,\<emph\> +n\</emph\>,\<emph\> -n\</emph\>,\<emph\> *n\</emph\> a \<emph\> /n \</emph\>,…
54143něné formátování; buňky\</bookmark_value\> \<bookmark_value\>buňky; podmíněné formátování…
54147něného formátování je možné například zvýraznit součty, které přesáhnou průměr ostatních součtů. Z…
54360 …9 0 cs Zadejte název scénáře a nechte ostatní pole nezměněná. Zavřete dialog klepnutím na OK. Vá…
[all …]
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx86 n *= 10; in ImplCalcLongValue()
87 return n; in ImplCalcLongValue()
1597 for ( sal_uInt16 n = nCount; n; ) in removeItems() local
1631 for ( sal_uInt16 n = nEntries; n; ) in getItems() local
1658 for ( sal_uInt16 n = 0; n < nSelEntries; n++ ) in getSelectedItemsPos() local
1685 for ( sal_uInt16 n = 0; n < nSelEntries; n++ ) in getSelectedItems() local
1976 for ( sal_uInt16 n = 0; n < nItems; n++ ) in getProperty() local
3972 for ( sal_uInt16 n = 0; n < aItems.getLength(); n++ ) in addItems() local
3992 for ( sal_uInt16 n = nCount; n; ) in removeItems() local
4026 for ( sal_uInt16 n = nEntries; n; ) in getItems() local
[all …]
/trunk/main/soltools/cpp/
H A D_unix.c61 int c, fd, i, n; in setup() local
108 for (n = 0; (c = optarg[n]) != '\0'; n++) in setup()
137 for (n = 0; (c = optarg[n]) != '\0'; n++) in setup()
157 dp = &optarg[n + 1]; in setup()
158 n += strlen(dp); in setup()
227 memmove(void *dp, const void *sp, size_t n) in memmove() argument
231 if (n <= 0) in memmove()
240 } while (--n); in memmove()
244 cdp += n; in memmove()
245 csp += n; in memmove()
[all …]
/trunk/main/sal/inc/osl/
H A Dprofile.hxx160 if( n > 1 ) in getSectionEntries()
162 sal_Char* pBuf = new sal_Char[ n+1 ]; in getSectionEntries()
163 osl_getProfileSectionEntries( profile, rSection.getStr(), pBuf, n+1 ); in getSectionEntries()
165 for( n = 0; ( nLen = strlen( pBuf+n ) ); n += nLen+1 ) in getSectionEntries()
166 aEntries.push_back( rtl::OString( pBuf+n ) ); in getSectionEntries()
182 int n = osl_getProfileSections( profile, NULL, 0 ); in getSections() local
183 if( n > 1 ) in getSections()
185 sal_Char* pBuf = new sal_Char[ n+1 ]; in getSections()
186 osl_getProfileSections( profile, pBuf, n+1 ); in getSections()
188 for( n = 0; ( nLen = strlen( pBuf+n ) ); n += nLen+1 ) in getSections()
[all …]
/trunk/main/svtools/source/control/
H A Dctrlbox.cxx81 for ( sal_uInt16 n = (sal_uInt16) pColorList->Count(); n; ) in ImplDestroyColorEntries() local
175 for ( sal_uInt16 n = 0; n < nCount; n++ ) in CopyEntries() local
188 for( sal_uInt16 n = (sal_uInt16) pColorList->Count(); n; ) in GetEntryPos() local
192 return n; in GetEntryPos()
405 sal_uLong n = 0; in ~LineListBox() local
412 n++; in ~LineListBox()
462 sal_uLong n = 0; in Clear() local
469 n++; in Clear()
494 n++; in GetEntryPos()
550 for( sal_uLong n = 0 ; n < nCount ; ++n ) in UpdateLineColors() local
[all …]
/trunk/main/editeng/source/rtf/
H A Dsvxrtf.cxx242 for( sal_uInt16 n = aAttrSetList.Count(); n; ) in NextToken() local
1016 for( sal_uInt16 n = 0; n < aPardMap.Count() && in AttrGroupEnd()
1038 for( sal_uInt16 n = 0; n < aPardMap.Count() && in AttrGroupEnd() local
1040 if( aPardMap[n] ) in AttrGroupEnd()
1154 for( sal_uInt16 n = aAttrSetList.Count(); n; ) in SetAllAttrOfStk() local
1176 for( sal_uInt16 n = 0; n < rSet.pChildList->Count(); ++n ) in SetAttrSet() local
1357 sal_uInt16 n; in Compress() local
1369 for( n = 1; n < pChildList->Count(); ++n ) in Compress()
1390 if( n ) in Compress()
1420 for( n = 0; n < pChildList->Count(); ++n ) in Compress()
[all …]
/trunk/main/comphelper/source/property/
H A Dpropertysethelper.cxx172 sal_Int32 n; in setPropertyValues() local
173 for( n = 0; !bUnknown && ( n < nCount ); n++, pNames++ ) in setPropertyValues()
175 pEntries[n] = mp->find( *pNames ); in setPropertyValues()
176 bUnknown = NULL == pEntries[n]; in setPropertyValues()
201 sal_Int32 n; in getPropertyValues() local
202 for( n = 0; !bUnknown && ( n < nCount ); n++, pNames++ ) in getPropertyValues()
204 pEntries[n] = mp->find( *pNames ); in getPropertyValues()
205 bUnknown = NULL == pEntries[n]; in getPropertyValues()
269 sal_Int32 n; in getPropertyStates() local
270 for( n = 0; !bUnknown && (n < nCount); n++, pNames++ ) in getPropertyStates()
[all …]
/trunk/main/basic/source/classes/
H A Dpropacc.cxx92 for ( sal_uInt16 n = 0; n < _aPropVals.Count(); ++n ) in ~SbPropertyValues() local
93 delete _aPropVals.GetObject( n ); in ~SbPropertyValues()
198 for ( sal_uInt16 n = 0; n < _aPropVals.Count(); ++n ) in getPropertyValues() local
199 aRet.getArray()[n] = *_aPropVals.GetObject(n); in getPropertyValues()
216 for ( sal_Int16 n = 0; n < rPropertyValues.getLength(); ++n ) in setPropertyValues() local
218 PropertyValue *pPropVal = new PropertyValue(pPropVals[n]); in setPropertyValues()
219 _aPropVals.Insert( pPropVal, n ); in setPropertyValues()
271 for ( sal_uInt16 n = 0; n < rPropVals.Count(); ++n ) in SbPropertySetInfo() local
273 Property &rProp = aImpl._aProps.getArray()[n]; in SbPropertySetInfo()
274 const PropertyValue &rPropVal = *rPropVals.GetObject(n); in SbPropertySetInfo()
/trunk/main/tools/inc/tools/
H A Dgen.hxx463 void setX( long n ) { nRight += n-nLeft; nLeft = n; } in setX() argument
464 void setY( long n ) { nBottom += n-nTop; nTop = n; } in setY() argument
604 long n; in GetWidth() local
606 n = 0; in GetWidth()
611 n--; in GetWidth()
613 n++; in GetWidth()
616 return n; in GetWidth()
621 long n; in GetHeight() local
623 n = 0; in GetHeight()
628 n--; in GetHeight()
[all …]

Completed in 2635 milliseconds

12345678910>>...79