Home
last modified time | relevance | path

Searched refs:aNull (Results 1 – 15 of 15) sorted by relevance

/trunk/main/chart2/source/view/axes/
H A DTickmarks_Dates.cxx79 Date aNull(m_aScale.NullDate); in getAllTicks() local
81 Date aDate = aNull + static_cast<long>(::rtl::math::approxFloor(m_aScale.Minimum)); in getAllTicks()
82 Date aMaxDate = aNull + static_cast<long>(::rtl::math::approxFloor(m_aScale.Maximum)); in getAllTicks()
88 xScaling = new DateScaling(aNull,m_aScale.TimeResolution,true/*bShifted*/); in getAllTicks()
98 TickInfo aNewTick(xInverseScaling); aNewTick.fScaledTickValue = aDate - aNull; in getAllTicks()
127 aDate = aNull + static_cast<long>(::rtl::math::approxFloor(m_aScale.Minimum)); in getAllTicks()
133 TickInfo aNewTick(xInverseScaling); aNewTick.fScaledTickValue = aDate - aNull; in getAllTicks()
/trunk/main/drawinglayer/source/primitive3d/
H A Dpolygontubeprimitive3d.cxx126 const basegfx::B3DPoint aNull(0.0, 0.0, 0.0); in getLineCapSegments() local
138 aNewPolygon.setNormal(0L, basegfx::B3DVector(aLast - aNull)); in getLineCapSegments()
141 aNewPolygon.setNormal(1L, basegfx::B3DVector(aNext - aNull)); in getLineCapSegments()
143 aNewPolygon.append(aNull); in getLineCapSegments()
/trunk/main/svx/source/tbxctrls/
H A Dfontworkgallery.cxx135 const Point aNull(0, 0); in initFavorites() local
146 aVDev.DrawCheckered(aNull, aSize, nLen, aW, aG); in initFavorites()
154 aVDev.DrawBitmapEx(aNull, aThumb); in initFavorites()
155 maFavoritesHorizontal.push_back(aVDev.GetBitmap(aNull, aSize)); in initFavorites()
/trunk/main/svx/source/xoutdev/
H A Dxtabhtch.cxx212 const Point aNull(0, 0); in CreateBitmapForUI() local
217 aVirtualDevice.DrawCheckered(aNull, rSize, nLen, aW, aG); in CreateBitmapForUI()
H A Dxtablend.cxx199 const Point aNull(0, 0); in CreateBitmapForUI() local
204 aVirtualDevice.DrawCheckered(aNull, aSize, nLen, aW, aG); in CreateBitmapForUI()
H A Dxtabdash.cxx210 const Point aNull(0, 0); in ImpCreateBitmapForXDash() local
215 aVirtualDevice.DrawCheckered(aNull, aSize, nLen, aW, aG); in ImpCreateBitmapForXDash()
/trunk/main/vcl/source/gdi/
H A Dsalgdilayout.cxx841 basegfx::B2DPoint aNull(rNull); in DrawTransformedBitmap() local
845 mirror(aNull, pOutDev); in DrawTransformedBitmap()
849 return drawTransformedBitmap(aNull, aX, aY, rSourceBitmap, pAlphaBitmap); in DrawTransformedBitmap()
H A Doutdev2.cxx851 const basegfx::B2DPoint aNull(aFullTransform * basegfx::B2DPoint(0.0, 0.0)); in DrawTransformedBitmapEx() local
870 aNull, in DrawTransformedBitmapEx()
/trunk/main/cui/source/tabpages/
H A Dtabstpge.cxx252 SvxTabStop aNull( 0, SVX_TAB_ADJUST_DEFAULT ); in FillItemSet() local
253 aNewTabs.Insert( aNull ); in FillItemSet()
H A Dparagrph.cxx399 SvxTabStop aNull( 0, SVX_TAB_ADJUST_DEFAULT ); in FillItemSet() local
400 aNullTab.Insert( aNull ); in FillItemSet()
/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx1636 const Point aNull(0, 0); in formatBitmapExToSize() local
1641 aVirtualDevice.DrawCheckered(aNull, rSize, nLen, aW, aG); in formatBitmapExToSize()
2146 const Point aNull(0, 0); in LocalPrePaint() local
2153 mpBufferDevice->DrawCheckered(aNull, mpBufferDevice->GetOutputSizePixel(), nLen, aW, aG); in LocalPrePaint()
/trunk/main/sw/source/core/frmedt/
H A Dfecopy.cxx1540 const Point aNull( 0, 0 ); in Paste() local
1544 pObj->ImpSetAnchorPos( aNull ); in Paste()
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx1297 Any aNull = xSettings->getPropertyValue(C2U("NullDate")); in DataToDoc() local
1298 aNull >>= aDBFormatData.aNullDate; in DataToDoc()
H A Ddbmgr.cxx264 Any aNull = xSettings->getPropertyValue(C2U("NullDate")); in lcl_InitNumberFormatter() local
265 aNull >>= rParam.aNullDate; in lcl_InitNumberFormatter()
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx1304 … SvXMLElementExport aNull( mrExport, XML_NAMESPACE_TABLE, XML_NULL_DATE, sal_True, sal_True ); in parseDocument() local

Completed in 149 milliseconds