/aoo42x/main/drawinglayer/source/primitive3d/ |
H A D | sdrextrudeprimitive3d.cxx | 294 const basegfx::B3DPoint aEnd(aPoint.getX(), aPoint.getY(), getDepth()); in create3DDecomposition() 306 const basegfx::B3DPoint aEnd(aPoint.getX(), aPoint.getY(), getDepth()); in create3DDecomposition() 318 const basegfx::B3DPoint aEnd(aPoint.getX(), aPoint.getY(), getDepth()); in create3DDecomposition() 379 …createExtrudeSlices(maSlices, maCorrectedPolyPolygon, getBackScale(), getDiagonal(), getDepth(), g… in impCreateSlices() 426 if(basegfx::fTools::lessOrEqual(getDepth(), 0.0)) in SdrExtrudePrimitive3D() 469 && getDepth() == rCompare.getDepth() in operator ==()
|
/aoo42x/main/svx/source/engine3d/ |
H A D | polygn3d.cxx | 218 if(aVolume.getDepth()) in CreateDefaultTexture() 219 aTex.setY((aCandidate.getZ() - aVolume.getMinZ()) / aVolume.getDepth()); in CreateDefaultTexture() 225 if(aVolume.getDepth()) in CreateDefaultTexture() 226 aTex.setY((aCandidate.getZ() - aVolume.getMinZ()) / aVolume.getDepth()); in CreateDefaultTexture()
|
/aoo42x/main/basegfx/source/polygon/ |
H A D | b3dpolypolygontools.cxx | 229 aTrans.scale(rRange.getWidth(), rRange.getHeight(), rRange.getDepth()); in createCubePolyPolygonFromB3DRange() 246 aTrans.scale(rRange.getWidth(), rRange.getHeight(), rRange.getDepth()); in createCubeFillPolyPolygonFromB3DRange() 354 aTrans.scale(rRange.getWidth() / 2.0, rRange.getHeight() / 2.0, rRange.getDepth() / 2.0); in createSpherePolyPolygonFromB3DRange() 433 aTrans.scale(rRange.getWidth() / 2.0, rRange.getHeight() / 2.0, rRange.getDepth() / 2.0); in createSphereFillPolyPolygonFromB3DRange()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | WW8TableInfo.cxx | 124 sal_uInt32 WW8TableNodeInfoInner::getDepth() const in getDepth() function in ww8::WW8TableNodeInfoInner 352 ,this, getDepth()); in toString() 488 sal_uInt32 WW8TableNodeInfo::getDepth() const in getDepth() function in ww8::WW8TableNodeInfo 491 return mInners.begin()->second->getDepth(); in getDepth() 881 pNodeInfo->setDepth(nDepth + pNodeInfo->getDepth()); in insertTableNodeInfo()
|
H A D | WW8TableInfo.hxx | 94 sal_uInt32 getDepth() const; 199 sal_uInt32 getDepth() const;
|
H A D | wrtww8.cxx | 1839 …if (pTableTextNodeInfoInner.get() != NULL && pTableTextNodeInfoInner->getDepth() == 1 && pTableTex… in WriteCR() 1969 sal_uInt32 nDepth = pTableTextNodeInfoInner->getDepth(); in TableInfoCell() 1989 sal_uInt32 nDepth = pTableTextNodeInfoInner->getDepth(); in TableInfoRow() 2771 if (pTableNodeInfo.get() != NULL && pTableNodeInfo->getDepth() > 0) in IsInTable() 3914 pTmpNodeInfoInner->setDepth(pNodeInfoInner->getDepth()); in TableNodeInfoInner() 3953 pTmpNodeInfoInner->setDepth(pNodeInfoInner->getDepth()); in TableNodeInfoInner() 3974 TableRowEnd(pNodeInfoInner->getDepth()); in TableNodeInfoInner()
|
/aoo42x/main/svx/source/sdr/contact/ |
H A D | viewcontactofe3dpolygon.cxx | 128 fHeight = aObjectRange.getDepth(); in createViewIndependentPrimitive3DSequence() 134 fHeight = aObjectRange.getDepth(); in createViewIndependentPrimitive3DSequence()
|
/aoo42x/main/canvas/source/cairo/ |
H A D | cairo_win32_cairo.cxx | 182 int Win32Surface::getDepth() const in getDepth() function in cairo::Win32Surface 208 new VirtualDevice( &aSystemGraphicsData, sal::static_int_cast<USHORT>(getDepth()) )); in createVirtualDevice()
|
H A D | cairo_quartz_cairo.cxx | 227 int QuartzSurface::getDepth() const in getDepth() function in cairo::QuartzSurface 265 new VirtualDevice( &aSystemGraphicsData, getDepth() )); in createVirtualDevice()
|
H A D | cairo_os2_cairo.cxx | 196 int Os2Surface::getDepth() const in getDepth() function in cairo::Os2Surface 224 … new VirtualDevice( &aSystemGraphicsData, sal::static_int_cast<USHORT>(getDepth()) )); in createVirtualDevice()
|
H A D | cairo_xlib_cairo.cxx | 264 new VirtualDevice( &aSystemGraphicsData, getDepth() )); in createVirtualDevice() 291 int X11Surface::getDepth() const in getDepth() function in cairo::X11Surface
|
H A D | cairo_canvasbitmap.cxx | 166 args[2] = uno::Any( sal_Int32( pXlibSurface->getDepth() ) ); in getFastPropertyValue() 211 args[2] = ::com::sun::star::uno::Any( sal_Int32( pXlibSurface->getDepth () ) ); in getFastPropertyValue()
|
H A D | cairo_win32_cairo.hxx | 60 int getDepth() const;
|
H A D | cairo_os2_cairo.hxx | 56 int getDepth() const;
|
H A D | cairo_quartz_cairo.hxx | 62 int getDepth() const;
|
H A D | cairo_xlib_cairo.hxx | 95 int getDepth() const;
|
/aoo42x/main/writerfilter/inc/resourcemodel/ |
H A D | TableManager.hxx | 979 mpTableDataHandler->startTable(nRows, pTableData->getDepth(), getTableProps()); in resolveCurrentTable() 1001 mpTableDataHandler->endTable( pTableData->getDepth() ); in resolveCurrentTable()
|
/aoo42x/main/svx/inc/ |
H A D | extrusiondepthdialog.hxx | 50 double getDepth() const;
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | paragraphdata.hxx | 57 sal_Int16 getDepth() const { return nDepth; } in getDepth() function in ParagraphData
|
/aoo42x/main/drawinglayer/inc/drawinglayer/primitive3d/ |
H A D | sdrextrudeprimitive3d.hxx | 103 double getDepth() const { return mfDepth; } in getDepth() function in drawinglayer::primitive3d::SdrExtrudePrimitive3D
|
/aoo42x/main/vcl/unx/generic/dtrans/ |
H A D | bmp.hxx | 82 int getDepth() const { return m_aInfo.depth; } in getDepth() function in x11::PixmapHolder
|
/aoo42x/main/padmin/source/ |
H A D | prtsetup.hxx | 148 sal_uLong getDepth() { return m_aDepthBox.GetSelectEntry().ToInt32(); } in getDepth() function in padmin::RTSDevicePage
|
/aoo42x/main/toolkit/workben/layout/ |
H A D | editor.cxx | 441 int getDepth() in getDepth() function in Widget 1555 mpListBox->InsertEntry( inner::padString( i->getLabel(), i->getDepth()-1 ) ); in rebuild() 1595 for ( int d = i->getDepth(); d > 0; d-- ) in print()
|
/aoo42x/main/basegfx/inc/basegfx/range/ |
H A D | b3ibox.hxx | 158 sal_Int64 getDepth() const in getDepth() function in basegfx::B3IBox
|
H A D | b3irange.hxx | 161 sal_Int64 getDepth() const in getDepth() function in basegfx::B3IRange
|