Home
last modified time | relevance | path

Searched refs:k (Results 126 – 150 of 454) sorted by relevance

12345678910>>...19

/trunk/main/svx/source/mnuctrls/
H A DSmartTagCtl.cxx130 …for ( sal_Int32 k = 0; k < xAction->getActionCount( aSmartTagType, xController, xSmartTagPropertie… in FillMenu() local
132 const sal_uInt32 nActionID = xAction->getActionID( aSmartTagType, k, xController ); in FillMenu()
/trunk/main/i18npool/source/textconversion/
H A Dtextconversion_ko.cxx185 sal_Int32 i, j, k, l; in operator +=() local
186 k = l = rSeq1.getLength(); in operator +=()
194 rSeq1[k++] = rSeq2[i]; in operator +=()
196 if (rSeq1.getLength() > k) in operator +=()
197 rSeq1.realloc(k); in operator +=()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh6.cxx369 for (sal_uInt16 k=nCount; k>0; ) in UpdateLinks() local
371 --k; in UpdateLinks()
372 ::sfx2::SvBaseLink* pBase = *pLinkManager->GetLinks()[k]; in UpdateLinks()
385 pLinkManager->Remove(k); in UpdateLinks()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.cxx326 sal_Int32 idx = -1,idx1 = -1,idx2 = -1,k = 0,off; in replaceName() local
376 aStrBuf.append( &oustring.getStr()[k],idx - k ); in replaceName()
378 k = idx + m_vAdd[off]; in replaceName()
384 if( k < oustring.getLength() ) in replaceName()
385 aStrBuf.append( &oustring.getStr()[k],oustring.getLength()-k ); in replaceName()
775 int idx = -1,k; in init() local
776 while( ( idx = ids.indexOf( ';',k = ++idx ) ) != -1 ) in init()
778 int h = ids.indexOf( sal_Unicode( '#' ),k ); in init()
782 id.push_back( rtl::OUString( &idstr[k],h-k ) ); in init()
787 id.push_back( rtl::OUString( &idstr[k],idx-k ) ); in init()
/trunk/main/nss/
H A Dnss_win.patch744 uint32_t *k = b;
753 uint32_t yi = k[i];
801 vec k0 = k[0U];
802 vec k1 = k[1U];
803 vec k2 = k[2U];
804 vec k3 = k[3U];
835 + k0 = vec_load128_le(k);
969 vec k[4U];
974 k[_i] = vec_zero();
996 vec k[4U];
[all …]
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx955 for( int k = 0; k < mnGlyphCount; ++k ) local
957 mpGlyphs2Chars[ k ] = mnMinCharPos + k;
958 mpCharWidths[ k ] = mpGlyphAdvances[ k ];
979 for( int k = 0; k < mnGlyphCount; ++k ) local
980 mpGlyphOrigAdvs[ k ] = mpGlyphAdvances[ k ];
2181 const int k = mpGlyphs2Chars[ i ]; local
2182 mpGlyphs2Chars[ j ] = k;
2184 if( k < 0) // extra glyphs are already mapped
2186 mpLogClusters[ k ] = static_cast<WORD>(nRelGlyphPos);
/trunk/main/store/source/
H A Dstortree.cxx81 sal_uInt16 const k = ((sal_uInt16)(r)); in find() local
82 if ((k < capacityCount()) && (t.m_aKey < m_pData[k].m_aKey)) in find()
83 return(k - 1); in find()
85 return(k); in find()
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Destonian.lm10 k 2584
293 kô 101
331 kü 92
399 kä 76
H A Dlatvian.lm13 k 2703
121 kâ 328
203 âk 211
280 kâ_ 155
H A Dlithuanian.lm11 k 3019
255 kó 133
277 ÷k 123
375k 90
H A Dturkish.lm14 k 3009
176 ;k 274
260 i;k 187
263 &i;k 187
/trunk/main/lingucomponent/source/lingutil/
H A Dlingutil.cxx224 for (sal_Int32 k = 0; k < nLocaleNames; ++k) in MergeNewStyleDicsAndOldStyleDics() local
226 LanguageType nLang = MsLangId::convertIsoStringToLanguage( aLocaleNames[k] ); in MergeNewStyleDicsAndOldStyleDics()
/trunk/main/framework/source/accelerators/
H A Dacceleratorconfiguration.cxx1387 sal_Int32 k; in impl_ts_load() local
1388 for (k=0; k<nToken; ++k) in impl_ts_load()
1393 sToken[k] = sKey.getToken(0, '_', nIndex); in impl_ts_load()
1394 ::rtl::OUString sTest = sToken[k]; in impl_ts_load()
1395 if (sToken[k].getLength() < 1) in impl_ts_load()
1401 if (sToken[k].equalsAscii("SHIFT")) in impl_ts_load()
1403 else if (sToken[k].equalsAscii("MOD1")) in impl_ts_load()
1405 else if (sToken[k].equalsAscii("MOD2")) in impl_ts_load()
1407 else if (sToken[k].equalsAscii("MOD3")) in impl_ts_load()
1416 if ( !aReadCache.hasKey(aKeyEvent) && bValid && k<nToken) in impl_ts_load()
/trunk/main/sfx2/qa/complex/sfx2/
H A DGlobalEventBroadcaster.java222 for (int k=0;k<notifyEvents.size();k++) { in proveExpectation()
223 System.out.println("\t- "+notifyEvents.get(k)); in proveExpectation()
/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygonrasterconverter.cxx395 for( sal_uInt32 k(0), nVertices(rPoly.count()); in init() local
396 k<nVertices; in init()
397 ++k ) in init()
399 const B2DPoint& rP1( rPoly.getB2DPoint(k) ); in init()
400 const B2DPoint& rP2( rPoly.getB2DPoint( (k + 1) % nVertices ) ); in init()
/trunk/main/idlc/source/
H A Doptions.cxx269 sal_Int32 k = 0; in initOptions() local
275 rtl::OString incpath = convertIncPathtoShortWindowsPath(param.getToken(0, ';', k)); in initOptions()
277 rtl::OString incpath = param.getToken(0, ';', k); in initOptions()
284 } while (k != -1); in initOptions()
/trunk/extras/l10n/source/de/
H A Dlocalize.sdf20352können Sie Blätter und das Dokument als Ganzes schützen. Sie können wählen, ob die Zellen gegen ve…
20956 …153771 18 0 de Die Zellen können jetzt wieder bearbeitet werden, die Formeln können wieder sicht…
22924können mehrere Objekte zu einer Gruppe zusammenfassen, so dass sie wie ein einziges Objekt wirken.…
29604 …_export.xhp 0 help par_id41123951 0 de Sie können ein Passwort zum Öffnen der Datei angeben. Op…
36458 …tle.xhp 0 help par_id3152801 3 0 de Sie können einen Titel für das Dokument festlegen. Einige Da…
38466 …id2307199 0 de Sie können mehrere Grafikobjekte in einer Gruppe kombinieren, so dass Sie diese …
41379 …45234 29 0 de Diese Eigenschaften sind optional und die Felder können leer sein. Sie können die …
42858können Sie diese Bereiche an jegliche andere Position auf dem Master verschieben. Sie können zusät…
42868 …nteren Endes. Sie können die Bereiche verschieben, und Sie können die Felder auswählen und einige …
45109 …id6504409 0 de Sie wollen eine Summierungsformel wie "Summieren von s^k für k = 0 bis n" an der…
[all …]
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DLinguisticExamples.java276 for (int k = 0; k < aSynonyms.length; ++k) in Run()
277 System.out.println( " Synonym: " + aSynonyms[k] ); in Run()
/trunk/main/sdext/source/minimizer/
H A Dconfigurationaccess.cxx376 unsigned int k; in SaveConfiguration() local
392 for( k = 1; k < maSettings.size(); k++ ) in SaveConfiguration()
394 OptimizerSettings& rSettings( maSettings[ k ] ); in SaveConfiguration()
395 … aElementName( TKGet( TK_Template ).concat( OUString::valueOf( static_cast< sal_Int32 >( k ) ) ) ); in SaveConfiguration()
/trunk/extras/l10n/source/cs/
H A Dlocalize.sdf4285 svx source\svdraw\svdstr.src 0 string SIP_SA_MEASURETEXTROTA90 0 cs Text kóty psát přímo na kótu…
20929 sfx2 source\appl\newhelp.src 0 string STR_HELP_BUTTON_ADDBOOKMARK 120 cs Přidat k záložkám... …
20937 sfx2 source\appl\newhelp.src 0 modaldialog DLG_HELP_ADDBOOKMARK 208 cs Přidat k záložkám 2020…
31217 …ROP_HSCROLL\" visibility=\"hidden\"\>Přidá k textovému poli posuvník.\</ahelp\>Přidá k textovému p…
31998křivce. Klepněte na místo, kde chcete křivku začít, táhněte, uvolněte tlačítko myši a poté přesuňt…
38359 …par_id3153360 66 0 cs V části \<emph\>Slovník\</emph\> můžete určit nový uživatelský slovník neb…
53715k buňkám\</bookmark_value\> \<bookmark_value\>buňky;komentáře\</bookmark_value\> \<bookma…
57086 … help par_id3156140 170 0 cs Pole buněk se používají k odkazu na buňky, které obsahují text i čí…
57735 …elp par_id3150280 211 0 cs Tato funkce nepoužívá pro kódování kód ASCII, ale aktuálně načtenou k
63734 …ík\</emph\> je možné na rejstřík použít různé styly odstavce, přiřadit položkám hypertextové odkaz…
[all …]
/trunk/main/sw/source/filter/html/
H A Dhtmlfld.cxx366 for( sal_uInt16 k = 0; pFmtTbl[k].pName; k++ ) in NewField() local
368 if( rFmt.EqualsIgnoreCaseAscii( pFmtTbl[k].pName ) ) in NewField()
371 pFmtTbl[k].eFmt, LANGUAGE_SYSTEM); in NewField()
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentDeserializerImpl.java185 for (int k = 0; k < paraStyles.length; k++) { in matchParaByText()
186 if (t.getName().equals(paraStyles[k].getName())) { in matchParaByText()
188 matchIndex = k; in matchParaByText()
/trunk/main/cui/source/options/
H A Dfontsubs.cxx84 for(sal_uInt16 k = 0; k < aNewDelTBX.GetItemCount(); k++) in SvxFontSubstTabPage() local
85 aNewDelTBX.SetItemImage(aNewDelTBX.GetItemId(k), in SvxFontSubstTabPage()
86 aImageList.GetImage(aNewDelTBX.GetItemId(k))); in SvxFontSubstTabPage()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XIndexEntrySupplier.java97 public Locale getLocale(int k) { in getLocale() argument
98 return new Locale(languages[k], countries[k], ""); in getLocale()
/trunk/main/writerfilter/source/doctok/
H A DWW8LFOTable.cxx50 for (sal_uInt32 k = 0; k < nLvls; ++k) in initPayload() local

Completed in 2406 milliseconds

12345678910>>...19