Home
last modified time | relevance | path

Searched refs:k (Results 101 – 125 of 453) sorted by relevance

12345678910>>...19

/trunk/test/testuno/source/fvt/uno/sw/table/
H A DTableBorderSpacingtoContent.java134 int k=0; in testtableBorderSpacingtoContent() local
135 while(cellName_assert_doc[k] != null) in testtableBorderSpacingtoContent()
137 …Runtime.queryInterface(XPropertySet.class,xTable_Assert_doc.getCellByName(cellName_assert_doc[k])); in testtableBorderSpacingtoContent()
142 k++; in testtableBorderSpacingtoContent()
143 if(k==4)break; in testtableBorderSpacingtoContent()
/trunk/main/ucb/qa/complex/tdoc/
H A D_XCommandProcessor.java168 for (int k=0; k<defProps.length; k++) { in _execute()
169 if (props[i].Name.equals(defProps[k])) { in _execute()
171 log.println("Property '" + defProps[k] + "' has been found."); in _execute()
/trunk/main/sw/source/ui/utlui/
H A Dnavipi.cxx1561 sal_uInt16 k; in InitImageList() local
1565 for( k = 0; k < aContentToolBox.GetItemCount(); k++) in InitImageList()
1566 aContentToolBox.SetItemImage(aContentToolBox.GetItemId(k), in InitImageList()
1567 rImgLst.GetImage(aContentToolBox.GetItemId(k))); in InitImageList()
1569 for( k = 0; k < aGlobalToolBox.GetItemCount(); k++) in InitImageList()
1570 aGlobalToolBox.SetItemImage(aGlobalToolBox.GetItemId(k), in InitImageList()
1571 rImgLst.GetImage(aGlobalToolBox.GetItemId(k))); in InitImageList()
/trunk/main/ucb/source/ucp/gio/
H A Dgio_mount.hxx34 #define OOO_MOUNT_OPERATION_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), OOO_TYPE_MOUNT_OPERATION, OO… argument
36 #define OOO_IS_MOUNT_OPERATION_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), OOO_TYPE_MOUNT_OPERATION)) argument
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dicelandic.lm14 k 2256
207k 188
262k 137
297 v�k 124
400 av�k 99
/trunk/main/linguistic/source/
H A Dthesdsp.cxx59 for (sal_Int32 k = 0; k < nLen && !bHasLanguage; ++k) in SvcListHasLanguage() local
61 if (pRef[k].is()) in SvcListHasLanguage()
62 bHasLanguage = pRef[k]->hasLocale( rLocale ); in SvcListHasLanguage()
H A Dspelldta.cxx153 for (sal_Int32 k = 0; k < nLen; ++k) in SearchSimilarText() local
156 if (pEntries[k].is()) in SearchSimilarText()
158 aEntryTxt = pEntries[k]->getDictionaryWord(); in SearchSimilarText()
/trunk/main/svl/qa/complex/passwordcontainer/
H A DTestHelper.java67 for(int k = 0; k < aUserList1.length; k++) { in sameLists()
68 Message(aUserList1[k].UserName + " <--> " + aUserList2[i].UserName); in sameLists()
/trunk/main/tools/workben/
H A Dtldem.cxx63 for ( ULONG k=0; k<nCount; k++ ) in main() local
65 aSortedFile.WriteLine( *pSortedList->GetObject(k) ); in main()
/trunk/main/comphelper/inc/comphelper/
H A DInlineContainer.hxx125 explicit MakeMap( const Key &k, const Value &v ) in MakeMap() argument
127 this->insert( value_type( k, v ) ); in MakeMap()
129 MakeMap &operator()( const Key &k, const Value &v ) in operator ()() argument
131 this->insert( value_type( k, v ) ); in operator ()()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DJavaTools.java353 for (int k = 0; k < DimCount; k++) in bubblesortList()
355 DisplayDummy = SortList[k][t]; in bubblesortList()
356 SortList[k][t] = SortList[k][t + 1]; in bubblesortList()
357 SortList[k][t + 1] = DisplayDummy; in bubblesortList()
/trunk/main/sfx2/qa/complex/sfx2/tools/
H A DWriterHelper.java174 for (int k = 0; k < indexes.length; k++) { in DocByAutopilot()
176 sel.selectAccessibleChild(indexes[k]); in DocByAutopilot()
178 ARoot = ARoot.getAccessibleChild(indexes[k]) in DocByAutopilot()
/trunk/main/ooo_custom_images/industrial/res/commandimagelist/
H A Dlc_backgroundpatterncontroller.xcf.bz2
H A Dlc_adjust.xcf.bz2
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XExtendedIndexEntrySupplier.java92 for (int k=0;k<algs.length;k++) { in _getIndexKey()
94 algs[k]); in _getIndexKey()
95 … oObj.loadAlgorithm(locales[i], algs[k], CollatorOptions.CollatorOptions_IGNORE_CASE); in _getIndexKey()
/trunk/main/xmloff/source/core/
H A DXMLEmbeddedObjectImportContext.cxx235 for (int k=0; aTmp[k]; k++) in XMLEmbeddedObjectImportContext() local
237 ::rtl::OUString sTmpString = ::rtl::OUString::createFromAscii(aTmp[k]); in XMLEmbeddedObjectImportContext()
238 if( sMime.matchAsciiL( aTmp[k], sTmpString.getLength() ) ) in XMLEmbeddedObjectImportContext()
/trunk/main/framework/source/uiconfiguration/
H A Dmoduleuiconfigurationmanager.cxx971 sal_uInt32 k = 0; in reset() local
972 for ( k = 0; k < aRemoveEventNotifyContainer.size(); k++ ) in reset()
973 implts_notifyContainerListener( aRemoveEventNotifyContainer[k], NotifyOp_Remove ); in reset()
974 for ( k = 0; k < aReplaceEventNotifyContainer.size(); k++ ) in reset()
975 implts_notifyContainerListener( aReplaceEventNotifyContainer[k], NotifyOp_Replace ); in reset()
1506 for ( sal_uInt32 k = 0; k < aReplaceNotifyContainer.size(); k++ ) in reload() local
1507 implts_notifyContainerListener( aReplaceNotifyContainer[k], NotifyOp_Replace ); in reload()
/trunk/test/testgui/source/svt/gui/sw/
H A DBasicFuncOnWriter.java264 for (int k = 0; k < 2; k++) { in saveNewSWWithTOC()
277 for (int k = 0; k < 2; k++) { in saveNewSWWithTOC()
/trunk/main/svx/source/form/
H A Dfmexch.cxx268 sal_Int32 j,k; in buildPathFormat() local
269 for (j = nDepth - 1, k = 0; k<nDepth; --j, ++k) in buildPathFormat()
270 pSeq[j] = aCurrentPath[k]; in buildPathFormat()
/trunk/main/comphelper/source/property/
H A Dcomposedprops.cxx130 sal_Int32 k=0; in compose() local
131 while (k<nSecondaryPropertyCount && (pSecondaryProperties[k].Name != pPrimaryProperty->Name)) in compose()
132 ++k; in compose()
134 if (k >= nSecondaryPropertyCount) in compose()
/trunk/extras/l10n/source/ku/
H A Dlocalize.sdf74 …_STR_NOAUTOSTARTHELPAGENT 0 ku Ji ber ku 'XX' bila destpêkirina otomatîkk neye. 2002-02-0…
9285 … 0 LngText %ENTER_TITLE% 0 ku Dema çewtî derket holê, te kîjan cureyê belgeyê (mînak pêşkêşkiri…
17716 … 0 string STR_CHAIN_WRONG_AREA 0 ku Çarçeva we ya we li cîh kî wîsaye tê da girêdan pêk naye. …
23042 …rmsel.src 0 itemlist RID_SVXSTR_BORDER_CONTROL.ARR_TEXTS 7 0 ku Xêza kêleka tîk 2002-02-02 02…
23043 …rc 0 itemlist RID_SVXSTR_BORDER_CONTROL.ARR_DESCRIPTIONS 7 0 ku Xêza kêleka tîk 2002-02-02 02…
24043 …res.src 0 string STR_COULD_NOT_CONNECT_LDAP 0 ku Girêdana bi pêşkêşkarê LDAP re pêk nehat. 2…
24247 …rol\ctrlbox.src 0 string STR_SVT_COLLATE_PHONETIC_F 0 ku Fonetîk (berê alfahejmarîk) 2002-02…
24248 …ontrol\ctrlbox.src 0 string STR_SVT_COLLATE_PHONETIC_L 0 ku Fonetîk (alfahejmarîk dû re) 200…
24255 …box.src 0 string STR_SVT_INDEXENTRY_PHONETIC_FS 0 ku Fonetîk (alfahejmarîka pêşîn, bi kîteyan h…
24256 …ol\ctrlbox.src 0 string STR_SVT_INDEXENTRY_PHONETIC_FC 0 ku Fonetîk (alfahejmarîk berê, bi deng…
[all …]
/trunk/main/sc/source/filter/xml/
H A Dxmlfonte.cxx131 for (sal_uInt32 k = 0; k < nPageHFItems; ++k) in ScXMLFontAutoStylePool_Impl() local
133 … if (0 != (pPageItem = static_cast<const ScPageHFItem*>(rPagePool.GetItem2(nPageWhichId, k)))) in ScXMLFontAutoStylePool_Impl()
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx1295 for (int k = 0; k < nColsToRead; ++k, ++pAktTC, ++pTc ) in ReadDef() local
1317 for (int k = 0; k < nCols; ++k) in ReadDef() local
1319 if(maDirections[k] == 4) in ReadDef()
1321 if(pTCs[k].bVertical) in ReadDef()
1323 if(pTCs[k].bBackward) in ReadDef()
2267 for (int k = 0; k < pR->nWwCols; ++k) in CalcDefaults() local
2269 WW8_TCell* pT = &pR->pTCs[k]; in CalcDefaults()
2285 j = k ? 5 : 1; in CalcDefaults()
2376 sal_uInt16 k=i-1; in CalcDefaults() local
2377 while (k && pR->bExist[k] == false) in CalcDefaults()
[all …]
/trunk/main/sw/source/ui/smartmenu/
H A Dstmenu.cxx121 …for ( sal_Int32 k = 0; k < xAction->getActionCount( aSmartTagType, xController, xSmartTagPropertie… in SwSmartTagPopup() local
123 const sal_uInt32 nActionID = xAction->getActionID( aSmartTagType, k, xController ); in SwSmartTagPopup()
/trunk/extras/l10n/source/tr/
H A Dlocalize.sdf2829 …_SVXSTR_OUTLINENUM_DESCRIPTION_2 0 tr Sayısal, küçük harf, küçük Roma rakamı, büyük harf, düz k
2831 …VXSTR_OUTLINENUM_DESCRIPTION_4 0 tr Büyük Roma rakamı, büyük harf, küçük Roma rakamı, küçük har…
2832 …VXSTR_OUTLINENUM_DESCRIPTION_5 0 tr Büyük harf, büyük Roma rakamı, küçük harf, küçük Roma rakam…
55785 …\>Sıklık\</emph\> bir yıldaki kupon ödemesi sayısıdır. Yıllık ödemelerde sıklık = 1; altı aylık öd…
55917 …\>Sıklık\</emph\> bir yıldaki kupon ödemesi sayısıdır. Yıllık ödemelerde sıklık = 1; altı aylık öd…
58521 …\>Sıklık\</emph\> bir yıldaki kupon ödemesi sayısıdır. Yıllık ödemelerde sıklık = 1; altı aylık öd…
58534 …\>Sıklık\</emph\> bir yıldaki kupon ödemesi sayısıdır. Yıllık ödemelerde sıklık = 1; altı aylık öd…
58546 …\>Sıklık\</emph\> bir yıldaki kupon ödemesi sayısıdır. Yıllık ödemelerde sıklık = 1; altı aylık öd…
58562 …\>Sıklık\</emph\> bir yıldaki kupon ödemesi sayısıdır. Yıllık ödemelerde sıklık = 1; altı aylık öd…
58671 …\>Sıklık\</emph\> bir yıldaki kupon ödemesi sayısıdır. Yıllık ödemelerde sıklık = 1; altı aylık öd…
[all …]

Completed in 1463 milliseconds

12345678910>>...19