Home
last modified time | relevance | path

Searched refs:k (Results 276 – 300 of 453) sorted by relevance

1...<<111213141516171819

/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1119 sal_uInt8 k, i = 10; in ImplWriteActions() local
1123 k = *pFound++; in ImplWriteActions()
1124 if ( ( k > '0' ) && ( k <= '9' ) ) in ImplWriteActions()
1126 if ( k != '1' ) in ImplWriteActions()
/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx1914 for( MSHORT k = 0; k < nCount; ++k ) in ShowContour() local
1916 Point aPt( rPol[ k ] ); in ShowContour()
/trunk/main/slideshow/source/inc/
H A Denumanimation.hxx55 virtual bool operator()( ValueType k ) = 0;
/trunk/main/rsc/doku/feinkonz.43/
H A Drscerror.doc1906 "schon belegt ist. Namen k�nnen zum Beispiel schon f�r Variablen
1909 Es folgen Fehler die beim Parsen auftreten k�nnen.
2075 12 Es wird mehr als 64k -1 Byte Speicher angefordert.
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx443 for ( sal_uInt32 k = 0; k < m_aCustomProperties.size(); ++k ) in UpdateDocumentInfo() local
447 xContainer->addProperty( m_aCustomProperties[k]->m_sName, in UpdateDocumentInfo()
448 beans::PropertyAttribute::REMOVABLE, m_aCustomProperties[k]->m_aValue ); in UpdateDocumentInfo()
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx954 for (sal_Int32 k = 0; k < nLen; k++) in fetchRow() local
956 if (pData[k] == '\0') in fetchRow()
957 pData[k] = ' '; in fetchRow()
/trunk/main/ooo_custom_images/industrial/res/commandimagelist/
H A Dlc_closedocs.xcf.bz2
/trunk/main/autodoc/inc/ary/idl/
H A Di_types4idl.hxx112 k, enumerator
/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx248 long i, j, k, l; in ImplCreateDitherMatrix() local
259 for ( k = 0; k < 4; k++ ) in ImplCreateDitherMatrix()
261 nMax = Max ( pMtx[ (k<<2) + i][(l<<2 ) + j] = in ImplCreateDitherMatrix()
262 (sal_uInt16) ( 0.5 + pMagic[i][j]*fVal + pMagic[k][l]*fVal16 ), nMax ); in ImplCreateDitherMatrix()
/trunk/main/sdext/source/minimizer/
H A Doptimizerdialogcontrols.cxx840 sal_Int32 k = aStr.indexOf( aResolutionPlaceholder, 0 ); in UpdateControlStatesPage4() local
841 if ( k >= 0 ) in UpdateControlStatesPage4()
842 …aStr = aStr.replaceAt( k, aResolutionPlaceholder.getLength(), OUString::valueOf( nImageResolution … in UpdateControlStatesPage4()
/trunk/main/svtools/source/dialogs/
H A Dwizardmachine.src40 Text [ en-US ] = "< Bac~k" ;
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx925 for ( SCSIZE k=0; k<nR; k++ ) in CompareMat() local
927 SCSIZE nCol = j, nRow = k; in CompareMat()
933 if ( pMat[i]->IsString(j,k) ) in CompareMat()
936 *aComp.pVal[i] = pMat[i]->GetString(j,k); in CompareMat()
937 aComp.bEmpty[i] = pMat[i]->IsEmpty(j,k); in CompareMat()
942 aComp.nVal[i] = pMat[i]->GetDouble(j,k); in CompareMat()
946 pResMat->PutDouble( CompareFunc( aComp, pOptions ), j,k ); in CompareMat()
949 pResMat->PutString( ScGlobal::GetRscString(STR_NO_VALUE), j,k ); in CompareMat()
/trunk/main/sc/source/core/data/
H A Dtable3.cxx1529 for (SCCOL k=aParam.nCol1; k <= aParam.nCol2; k++) in Query() local
1532 GetString(k, j, aCellStr); in Query()
/trunk/main/connectivity/source/inc/odbc/
H A DOFunctions.hxx413 …LForeignKeys(a,b,c,d,e,f,g,h,i,j,k,l,m) (*(T3SQLForeignKeys)getOdbcFunction(ODBC3SQLForeignKeys))(… argument
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx3122 for(sal_uInt16 k = 0; k < rBoxes.Count(); k++) in setPropertyValue() local
3124 SwTableBox* pBox = rBoxes.GetObject(k); in setPropertyValue()
3293 for(sal_uInt16 k = 0; k < rBoxes.Count(); k++) in getPropertyValue() local
3295 const SwTableBox* pBox = rBoxes.GetObject(k); in getPropertyValue()
H A Dunosett.cxx2173 for ( sal_uInt16 k = 0; k < nCount; ++k ) in SetNumberingRuleByIndex() local
2175 SwTxtFmtColl &rTxtColl = *( ( *pColls )[k] ); in SetNumberingRuleByIndex()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx767 for (xub_StrLen k = 0; k < aInBuffer.Len(); ++k) in FlushInBuffer() local
769 cChar = aInBuffer.GetChar(k); in FlushInBuffer()
800 for (xub_StrLen k = 0; k < aInBuffer.Len(); ++k) in FlushInBuffer() local
802 cChar = aInBuffer.GetChar(k); in FlushInBuffer()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddlgattr.src69 Text [ en-US ] = "Bac~k" ;
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.cxx3988 for (sal_Int32 k = 0; k < rank; ++k) { in dumpHxxFile() local
3992 for (sal_Int32 k = 0; k < rank; ++k) { in dumpHxxFile() local
/trunk/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx563 for (sal_Int16 k= 0; k < rseq3.getLength(); k++) in methodSequence2() local
564 value= rseq3.getConstArray()[k]; in methodSequence2()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx1547 for (size_t k = 0; k < nPostItFrames; ++k) in UpdatePagesForPrintingWithPostItData() local
1550 aTmpPostItStartFrames.push_back( rPostItFrames[k] ); in UpdatePagesForPrintingWithPostItData()
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx3519 for(size_t k = 0; k < sizeof(sProps)/sizeof(sProps[0]);++k) in addPairControls() local
3521 … if ( xInfo->hasPropertyByName(sProps[k]) && xShapeInfo->hasPropertyByName(sProps[k]) ) in addPairControls()
3522 … xUnoProp->setPropertyValue(sProps[k],xShapeProp->getPropertyValue(sProps[k])); in addPairControls()
/trunk/main/sdext/source/pdfimport/xpdftest/
H A Dtext_0_out.def105 drawChar 110.892000 404.104000 121.314000 386.104000 1.000000 0.000000 0.000000 1.000000 k
/trunk/main/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/
H A D1007.pem59 9CSAwzg1LeWspxFKPqKy0RSRurDYX76AijQscvsAR4hHnjRlEq2f/5k=
/trunk/main/offapi/com/sun/star/awt/
H A DSimpleFontMetric.idl40 <p>For example, the letters 'b', 'd', 'h', 'k' and 'l'

Completed in 288 milliseconds

1...<<111213141516171819