Home
last modified time | relevance | path

Searched refs:getPriority (Results 1 – 25 of 25) sorted by relevance

/trunk/main/canvas/inc/canvas/base/
H A Dsprite.hxx96 virtual double getPriority() const = 0;
106 const double nPrioL( rLHS->getPriority() ); in operator ()()
107 const double nPrioR( rRHS->getPriority() ); in operator ()()
H A Dcanvascustomspritebase.hxx261 virtual double getPriority() const in getPriority() function in canvas::CanvasCustomSpriteBase
265 return maSpriteHelper.getPriority(); in getPriority()
H A Dcanvascustomspritehelper.hxx99 double getPriority() const;
/trunk/main/slideshow/source/inc/
H A Dshape.hxx197 virtual double getPriority() const = 0;
242 const double nPrioL( pLHS->getPriority() ); in compare()
243 const double nPrioR( pRHS->getPriority() ); in compare()
/trunk/main/xmlsecurity/source/framework/
H A Dbuffernode.cxx86 (pElementCollector->getPriority() == cssxc::sax::ElementMarkPriority_BEFOREMODIFY)) in isECOfBeforeModifyIncluded()
288 switch (((ElementCollector*)(*ii))->getPriority()) in printChildren()
968 nPriority = pElementCollector->getPriority(); in elementCollectorNotify()
981 nPriority = pElementCollector->getPriority(); in elementCollectorNotify()
H A Delementcollector.hxx88 com::sun::star::xml::crypto::sax::ElementMarkPriority getPriority() const;
H A Delementcollector.cxx99 cssxc::sax::ElementMarkPriority ElementCollector::getPriority() const in getPriority() function in ElementCollector
H A Dsaxeventkeeperimpl.cxx761 cssxc::sax::ElementMarkPriority nPriority = pElementCollector->getPriority(); in releaseElementMarkBuffer()
/trunk/main/slideshow/source/engine/shapes/
H A Dbackgroundshape.cxx107 virtual double getPriority() const;
267 double BackgroundShape::getPriority() const in getPriority() function in slideshow::internal::BackgroundShape
H A Dshapeimporter.cxx177 virtual double getPriority() const;
265 double ShapeOfGroup::getPriority() const in getPriority() function in slideshow::internal::__anonaa1c5ceb0111::ShapeOfGroup
H A Dexternalshapebase.hxx96 virtual double getPriority() const;
H A Dexternalshapebase.cxx228 double ExternalShapeBase::getPriority() const in getPriority() function in slideshow::internal::ExternalShapeBase
H A Ddrawshape.cxx917 double DrawShape::getPriority() const in getPriority() function in slideshow::internal::DrawShape
1100 return getPriority(); in getHyperlinkPriority()
H A Ddrawshape.hxx150 virtual double getPriority() const;
/trunk/main/oox/source/xls/
H A Dcondformatbuffer.cxx700 if( xRule.get() && (xRule->getPriority() > 0) ) in insertRule()
702 …OSL_ENSURE( maRules.find( xRule->getPriority() ) == maRules.end(), "CondFormat::insertRule - multi… in insertRule()
703 maRules[ xRule->getPriority() ] = xRule; in insertRule()
/trunk/main/sal/qa/osl/process/
H A Dosl_Thread.cxx1505 class getPriority : public ::testing::Test class
1518 TEST_F(getPriority, getPriority_001) in TEST_F() argument
1526 oslThreadPriority aPriority = pHighestThread->getPriority(); in TEST_F()
1542 TEST_F(getPriority, getPriority_002) in TEST_F() argument
/trunk/main/canvas/source/vcl/
H A Dspritehelper.cxx412 ::rtl::OUString text( ::rtl::math::doubleToUString( getPriority(), in redraw()
420 this, getPriority() ); in redraw()
/trunk/main/slideshow/test/
H A Dtests.hxx39 virtual basegfx::B1DRange getPriority() const = 0;
H A Dtestshape.cxx187 virtual double getPriority() const in getPriority() function in ImplTestShape
H A Dtestview.cxx163 virtual basegfx::B1DRange getPriority() const in getPriority() function in ImplTestView
/trunk/main/vos/inc/vos/
H A Dthread.hxx147 TThreadPriority SAL_CALL getPriority();
/trunk/main/oox/inc/oox/xls/
H A Dcondformatbuffer.hxx95 inline sal_Int32 getPriority() const { return maModel.mnPriority; } in getPriority() function in oox::xls::CondFormatRule
/trunk/main/sal/inc/osl/
H A Dthread.hxx125 oslThreadPriority SAL_CALL getPriority() const in getPriority() function in osl::Thread
/trunk/main/vos/source/
H A Dthread.cxx188 OThread::TThreadPriority OThread::getPriority() in getPriority() function in OThread
/trunk/main/canvas/source/tools/
H A Dcanvascustomspritehelper.cxx480 double CanvasCustomSpriteHelper::getPriority() const in getPriority() function in canvas::CanvasCustomSpriteHelper

Completed in 90 milliseconds