Home
last modified time | relevance | path

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

12345678910>>...79

/aoo4110/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 …]
/aoo4110/main/sw/source/core/fields/
H A Dreffld.cxx234 nSubType = n; in SetSubType()
352 for( n = 0; n < nFtnCnt; ++n ) in UpdateField()
872 for( n = 0; n < nFtnCnt; ++n ) in FindAnchor()
947 sal_uInt16 n; in SV_IMPL_PTRARR() local
949 for( n = rDestDoc.GetFtnIdxs().Count(); n; ) in SV_IMPL_PTRARR()
951 for( n = rDoc.GetFtnIdxs().Count(); n; ) in SV_IMPL_PTRARR()
968 sal_uInt16 n; in SV_IMPL_PTRARR() local
970 for( n = 0; n < aIds.Count(); ++n ) in SV_IMPL_PTRARR()
971 if( n != aIds[ n ] ) in SV_IMPL_PTRARR()
975 aIds.Insert( n ); in SV_IMPL_PTRARR()
[all …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/main/vcl/source/control/
H A Dilstbox.cxx121 for ( sal_uInt16 n = GetEntryCount(); n; ) in Clear() local
264 for ( sal_uInt16 n = bSearchMRUArea ? 0 : GetMRUCount(); n < nEntries; n++ ) in FindEntry() local
284 for ( sal_uInt16 n = nStart; bForward ? ( n < nEntryCount ) : n; ) in FindMatchingEntry() local
309 for ( sal_uInt16 n = GetEntryCount(); n; ) in FindEntry() local
453 for ( sal_uInt16 n = 0; n < nEntryCount; n++ ) in GetSelectEntryPos() local
1135 for ( n = 0; n < nSelect; n++ ) in SelectEntries()
1140 for ( n = nSelect+1; n < mpEntryList->GetEntryCount(); n++ ) in SelectEntries()
1168 for ( sal_uInt16 n = nStart; n <= nEnd; n++ ) in SelectEntries() local
1183 for ( sal_uInt16 n = nSelect+1; n <= nLast; n++ ) in SelectEntries() local
1194 for ( sal_uInt16 n = nLast; n < nSelect; n++ ) in SelectEntries() local
[all …]
/aoo4110/main/sc/source/ui/unoobj/
H A Dviewuno.cxx592 for ( sal_uInt16 n=0; n<aActivationListeners.Count(); n++ ) in SheetChanged() local
1290 for ( sal_uInt16 n=0; n<aMouseClickHandlers.Count(); n++ ) in MousePressed() local
1414 for ( sal_uInt16 n=0; n<nCount; n++ ) in EndMouseListening() local
1436 for ( sal_uInt16 n=0; n<nCount; n++ ) in EndActivationListening() local
1471 for ( sal_uInt16 n=nCount; n--; ) in removeEnhancedMouseClickHandler() local
1505 for ( sal_uInt16 n=nCount; n--; ) in removeActivationEventListener() local
1833 for ( sal_uInt16 n=0; n<aSelectionListeners.Count(); n++ ) in SelectionChanged() local
2112 for ( sal_uInt16 n=0; n<aPropertyChgListeners.Count(); n++ ) in VisAreaChanged() local
2229 for ( sal_uInt16 n=0; n<aRangeSelListeners.Count(); n++ ) in RangeSelDone() local
2239 for ( sal_uInt16 n=0; n<aRangeSelListeners.Count(); n++ ) in RangeSelAborted() local
[all …]
/aoo4110/extras/l10n/source/fi/
H A Dlocalize.sdf9125n /? : Näyttää tämän valintaikkunan.\n /a : Suorittaa ylläpitoasennuksen.\n /j[u|m] : Suo…
15441 …1)' on muokattavana käyttäjällä\n\n$(ARG2)\n\nAvaa asiakirja kirjoitussuojattuna, tai avaa siitä k…
15471 …RG1)' on muokattavana käyttäjällä\n\n$(ARG2)\n\nYritä tallentamista myöhemmin uudestaan, tai talle…
15545 …tring RID_AFMERROR_BOX_TXT 255 fi Mittatiedostoa\n\n%s\n\nei voitu muuntaa seuraavasta syystä:\
26632 … par_id3154136 41 0 fi "size +n", "size -n", "size *n" ja "size /n" -koodeilla operaatioiden va…
30037 …nnettu päivämäärä tai päivämäärän sisältävän Variant-tyyppisen muuttujan nimi. Tähän päivämäärään
40133 …152708 644 0 fi SERIESSUM(x;n;m;kertoimet) = kerroin_1*x^n + kerroin_2*x^(n+m) + kerroin_3*x^(n+…
47034n esitysasiakirjan tavalliseen näkymään, solut lisätään taulukkona. Jos solut vedetään jäsennysnäk…
57124 …45419 47 0 fi Rajoitetun kentän arvot lähetetään tekstikenttänä, se tarkoittaa, että lomakkeella…
57961 …hared\02\12090101.xhp 0 help par_id3159413 18 0 fi Esitetään n (Arvo = n) suurinta kentän arvoa.…
[all …]
/aoo4110/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 …]
/aoo4110/main/scp2/inc/
H A Dmacros.inc537 #define SCP2_URE_DL_NORMAL(n) n ".dll"
538 #define SCP2_URE_DL_BARE(n) n ".dll"
539 #define SCP2_URE_DL_VER(n, v) n v ".dll"
540 #define SCP2_URE_DL_COMID_VER(n, v) n v STRING(COMID) ".dll"
541 #define SCP2_URE_DL_UNO_VER(n, v) n v ".dll"
546 #define SCP2_URE_DL_NORMAL(n) "lib" n STRING(UNXSUFFIX)
547 #define SCP2_URE_DL_BARE(n) n STRING(UNXSUFFIX)
548 #define SCP2_URE_DL_VER(n, v) "lib" n STRING(UNXSUFFIX) "." v
552 #define SCP2_URE_DL_UNO_NORMAL(n) "libuno_" n STRING(UNXSUFFIX)
560 #define SCP2_URE_JDL_NORMAL(n) "lib" n ".jnilib"
[all …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/main/basic/inc/basic/
H A Dsbxcore.hxx93 inline void SetFlags( sal_uInt16 n );
95 inline void SetFlag( sal_uInt16 n );
96 inline void ResetFlag( sal_uInt16 n );
97 inline sal_Bool IsSet( sal_uInt16 n ) const;
98 inline sal_Bool IsReset( sal_uInt16 n ) const;
141 inline void SbxBase::SetFlags( sal_uInt16 n ) in SV_DECL_REF()
142 { DBG_CHKTHIS( SbxBase, 0 ); nFlags = n; } in SV_DECL_REF()
147 inline void SbxBase::SetFlag( sal_uInt16 n ) in SetFlag() argument
148 { DBG_CHKTHIS( SbxBase, 0 ); nFlags |= n; } in SetFlag()
150 inline void SbxBase::ResetFlag( sal_uInt16 n ) in ResetFlag() argument
[all …]
/aoo4110/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()
/aoo4110/extras/l10n/source/gl/
H A Dlocalize.sdf152 …eca xa contén un diálogo co nome:\n\n$(ARG1)\n\nCámbielle o nome ao diálogo para gardar o diálogo …
9125n:\n /? : Amosaeste diálogo.\n /a : Executa unha instalación administrativa.\n /j[u|m] : …
11802 …0 gl Esta acción pechará o modo de gravación.\nPerderase toda a información sobre os cambios\n\nSa…
11949 sfx2 source\doc\doc.src 0 string STR_HIDDENINFO_CONTAINS 0 gl Este documento contén:\n\n 2013…
15441 …ueado para edición por:\n\n$(ARG2)\n\nAbra o documento en modo que só permite lectura ou abra unha…
15471 … está bloqueado para edición por:\n\n$(ARG2)\n\nTénte gardar o seu documento máis tarde ou garde u…
15545 …string RID_AFMERROR_BOX_TXT 255 gl A métrica\n\n%s\n\nnon pode ser convertida pola seguinte raz…
34736 …0.xhp\" name=\"Información sobre filtros de importación e exportación\"\>Información sobre filtros…
37242n na caixa \<emph\>Función\</emph\>. A función especifica o tipo de ligazón que existe entre os in…
49780n sobre filtros, consulte\<link href=\"text/shared/00/00000020.xhp\" name=\"Información sobre filt…
[all …]
/aoo4110/main/vcl/source/fontsubset/
H A Dxlat.cxx131 for( int n = 0; n < nCount; ++n ) in convertStr() local
133 sal_Unicode aUCS2Char = pSrc[n]; in convertStr()
151 pDst[n] = aCode; in convertStr()
191 void TranslateString12(sal_uInt16 *src, sal_uInt16 *dst, sal_uInt32 n) in TranslateString12() argument
193 aCC.convertStr( 2, src, dst, n); in TranslateString12()
196 void TranslateString13(sal_uInt16 *src, sal_uInt16 *dst, sal_uInt32 n) in TranslateString13() argument
198 aCC.convertStr( 3, src, dst, n); in TranslateString13()
201 void TranslateString14(sal_uInt16 *src, sal_uInt16 *dst, sal_uInt32 n) in TranslateString14() argument
203 aCC.convertStr( 4, src, dst, n); in TranslateString14()
208 aCC.convertStr( 5, src, dst, n); in TranslateString15()
[all …]
/aoo4110/main/vcl/inc/unx/
H A Dsalfont.h131 inline void SetFoundry( USHORT n ) in SetFoundry() argument
132 { nFoundry_ = n; } in SetFoundry()
133 inline void SetFamily( USHORT n ) in SetFamily() argument
135 inline void SetWeightName( USHORT n ) in SetWeightName() argument
137 inline void SetSlant( USHORT n ) in SetSlant() argument
139 inline void SetSetWidthName( USHORT n ) in SetSetWidthName() argument
140 { nSetWidthName_ = n; } in SetSetWidthName()
143 inline void SetSpacing( USHORT n ) in SetSpacing() argument
145 inline void SetAverage( long n ) in SetAverage() argument
146 { mnWidth = (n + 5) / 10; } in SetAverage()
[all …]
/aoo4110/main/comphelper/source/misc/
H A Dstring.cxx47 sal_Int32 n = source.indexOfAsciiL(from, fromLength, beginAt); in searchAndReplaceAsciiL() local
49 *replacedAt = n; in searchAndReplaceAsciiL()
51 return n == -1 ? source : source.replaceAt(n, fromLength, to); in searchAndReplaceAsciiL()
59 sal_Int32 n = _source.indexOfAsciiL( _from, fromLength, _beginAt ); in searchAndReplaceAllAsciiWithAscii() local
60 if ( n == -1 ) in searchAndReplaceAllAsciiWithAscii()
67 dest = dest.replaceAt( n, fromLength, to ); in searchAndReplaceAllAsciiWithAscii()
68 n = dest.indexOfAsciiL( _from, fromLength, n + to.getLength() ); in searchAndReplaceAllAsciiWithAscii()
70 while ( n != -1 ); in searchAndReplaceAllAsciiWithAscii()
82 *_replacedAt = n; in searchAndReplaceAsciiI()
84 if ( n != -1 ) in searchAndReplaceAsciiI()
[all …]

Completed in 2878 milliseconds

12345678910>>...79