Home
last modified time | relevance | path

Searched defs:y (Results 201 – 225 of 245) sorted by relevance

12345678910

/trunk/main/extensions/source/scanner/
H A Dsanedlg.cxx445 double* y = new double[ nElements ]; in IMPL_LINK() local
/trunk/main/sc/source/core/data/
H A Dfillinfo.cxx155 #define CELLINFO(x,y) pRowInfo[nArrY+y].pCellInfo[nArrX+x] argument
/trunk/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx379 int y = 0, x = 0; in InsertAnnotation() local
/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx250 #define DBG_ASSERT( x, y ) { if( ! (x) ) fprintf( stderr, (y) ); } argument
252 #define DBG_ASSERT( x, y ) argument
/trunk/main/svl/inc/svl/
H A Dsvarray.hxx110 #define CONCAT(x,y) x##y argument
/trunk/main/vcl/source/gdi/
H A Doutdev6.cxx1271 for(sal_uInt32 y(0), nY(rPos.Y()); nY < nMaxY; y++, nY += nLen) in DrawCheckered() local
H A Dbitmap3.cxx2268 for(sal_uInt32 y(0); y < nHeight; y++) in ImplScaleConvolutionHor() local
2361 for(sal_uInt32 y(0); y < nNewHeight; y++) in ImplScaleConvolutionVer() local
/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx596 long y; in GetApproxLogPtFromPixPt() local
1661 for(sal_Int32 y(0); y < rSize.Height(); y += aBitmapSize.Height()) in formatBitmapExToSize() local
/trunk/main/svtools/source/inc/
H A Dsgvmain.hxx36 sal_Int16 y; member
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx824 void CellValueGetter::visitNode( sal_Int32 x, sal_Int32 y, const uno::Reference< table::XCell >& xC… in visitNode()
931 virtual void visitNode( sal_Int32 x, sal_Int32 y, const uno::Reference< table::XCell >& xCell ) in visitNode()
965 virtual void processValue( sal_Int32 x, sal_Int32 y, const uno::Any& aValue ) in processValue()
980 void visitNode( sal_Int32 x, sal_Int32 y, const uno::Reference< table::XCell >& xCell ) in visitNode()
1003 virtual void visitNode( sal_Int32 /*x*/, sal_Int32 y, const uno::Reference< table::XCell >& xCell ) in visitNode() argument
1028 virtual void visitNode( sal_Int32 x, sal_Int32 y, const uno::Reference< table::XCell >& xCell ) in visitNode()
/trunk/main/svx/source/table/
H A Dtablelayouter.cxx139 const sal_Int32 y = maRows[rPos.mnRow].mnPos; in getCellArea() local
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx751 void SAL_CALL FmXGridControl::draw( sal_Int32 x, sal_Int32 y ) throw( RuntimeException ) in draw()
2536 void FmXGridPeer::draw( sal_Int32 x, sal_Int32 y ) throw( RuntimeException ) in draw()
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx329 #define min( x, y ) (( x < y ) ? x : y) argument
330 #define max( x, y ) (( x > y ) ? x : y) argument
/trunk/main/sw/source/filter/ww1/
H A Dw1filter.cxx1794 sal_uInt16 y = SVBT16ToShort(p); in WriteBmp() local
/trunk/main/toolkit/source/controls/
H A Dunocontrol.cxx1038 void UnoControl::draw( sal_Int32 x, sal_Int32 y ) throw(RuntimeException) in draw()
/trunk/main/framework/source/uiconfiguration/
H A Dwindowstateconfiguration.cxx1385 for ( sal_Int32 y = 0; y < aSeq.getLength(); y++ ) local
/trunk/main/svx/source/accessibility/
H A DAccessibleShape.cxx693 int y = aPixelPosition.getY() - aParentLocation.Y; in getBounds() local
/trunk/main/starmath/source/
H A Dmathmlexport.cxx1469 for (sal_uLong y = 0; y < pMatrix->GetNumRows(); y++) in ExportMatrix() local
/trunk/main/vcl/source/window/
H A Dsplitwin.cxx2026 int y( rPt.Y() ); in ImplDrawFadeArrow() local
2098 const int y = rRect.nTop + 1; in ImplDrawGrip() local
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx1622 for (sal_Int32 y = m_nMinY ; y <= m_nMaxY ; ++y) in NotifyRefMode() local
/trunk/main/svx/workben/
H A Dedittest.cxx1309 long y = pEditView->GetEditEngine()->GetTextHeight(); in IMPL_LINK_INLINE_END() local
/trunk/main/svl/source/numbers/
H A Dzformat.cxx1969 sal_uLong SvNumberformat::ImpGGT(sal_uLong x, sal_uLong y) in ImpGGT()
1986 sal_uLong SvNumberformat::ImpGGTRound(sal_uLong x, sal_uLong y) in ImpGGTRound()
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx779 long x,y; in ReadPoint() local
1301 long x,y; in ReadMarker() local
/trunk/main/svtools/source/filter/wmf/
H A Denhwmf.cxx1318 for ( sal_Int32 y = 0; y < pBmp->Height(); y++ ) in ReadEnhWMF() local
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx1003 double y = 1.0 + fIssMat * fRate; in GetYieldmat() local
1242 double y = fRedemp + fDCi * 100.0 * fRate / fFreq; in GetOddlyield() local

Completed in 313 milliseconds

12345678910