/trunk/main/canvas/inc/canvas/base/ |
H A D | sprite.hxx | 96 virtual double getPriority() const = 0; 106 const double nPrioL( rLHS->getPriority() ); in operator ()() 107 const double nPrioR( rRHS->getPriority() ); in operator ()()
|
H A D | canvascustomspritebase.hxx | 261 virtual double getPriority() const in getPriority() function in canvas::CanvasCustomSpriteBase 265 return maSpriteHelper.getPriority(); in getPriority()
|
H A D | canvascustomspritehelper.hxx | 99 double getPriority() const;
|
/trunk/main/slideshow/source/inc/ |
H A D | shape.hxx | 197 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 D | buffernode.cxx | 86 (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 D | elementcollector.hxx | 88 com::sun::star::xml::crypto::sax::ElementMarkPriority getPriority() const;
|
H A D | elementcollector.cxx | 99 cssxc::sax::ElementMarkPriority ElementCollector::getPriority() const in getPriority() function in ElementCollector
|
H A D | saxeventkeeperimpl.cxx | 761 cssxc::sax::ElementMarkPriority nPriority = pElementCollector->getPriority(); in releaseElementMarkBuffer()
|
/trunk/main/slideshow/source/engine/shapes/ |
H A D | backgroundshape.cxx | 107 virtual double getPriority() const; 267 double BackgroundShape::getPriority() const in getPriority() function in slideshow::internal::BackgroundShape
|
H A D | shapeimporter.cxx | 177 virtual double getPriority() const; 265 double ShapeOfGroup::getPriority() const in getPriority() function in slideshow::internal::__anonaa1c5ceb0111::ShapeOfGroup
|
H A D | externalshapebase.hxx | 96 virtual double getPriority() const;
|
H A D | externalshapebase.cxx | 228 double ExternalShapeBase::getPriority() const in getPriority() function in slideshow::internal::ExternalShapeBase
|
H A D | drawshape.cxx | 917 double DrawShape::getPriority() const in getPriority() function in slideshow::internal::DrawShape 1100 return getPriority(); in getHyperlinkPriority()
|
H A D | drawshape.hxx | 150 virtual double getPriority() const;
|
/trunk/main/oox/source/xls/ |
H A D | condformatbuffer.cxx | 700 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 D | osl_Thread.cxx | 1505 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 D | spritehelper.cxx | 412 ::rtl::OUString text( ::rtl::math::doubleToUString( getPriority(), in redraw() 420 this, getPriority() ); in redraw()
|
/trunk/main/slideshow/test/ |
H A D | tests.hxx | 39 virtual basegfx::B1DRange getPriority() const = 0;
|
H A D | testshape.cxx | 187 virtual double getPriority() const in getPriority() function in ImplTestShape
|
H A D | testview.cxx | 163 virtual basegfx::B1DRange getPriority() const in getPriority() function in ImplTestView
|
/trunk/main/vos/inc/vos/ |
H A D | thread.hxx | 147 TThreadPriority SAL_CALL getPriority();
|
/trunk/main/oox/inc/oox/xls/ |
H A D | condformatbuffer.hxx | 95 inline sal_Int32 getPriority() const { return maModel.mnPriority; } in getPriority() function in oox::xls::CondFormatRule
|
/trunk/main/sal/inc/osl/ |
H A D | thread.hxx | 125 oslThreadPriority SAL_CALL getPriority() const in getPriority() function in osl::Thread
|
/trunk/main/vos/source/ |
H A D | thread.cxx | 188 OThread::TThreadPriority OThread::getPriority() in getPriority() function in OThread
|
/trunk/main/canvas/source/tools/ |
H A D | canvascustomspritehelper.cxx | 480 double CanvasCustomSpriteHelper::getPriority() const in getPriority() function in canvas::CanvasCustomSpriteHelper
|