| /AOO41X/main/autodoc/source/display/idl/ |
| H A D | hfi_struct.cxx | 88 HF_IdlStruct::Produce_byData( const client & i_ce ) const in Produce_byData() 167 HF_IdlStruct::inq_BaseOf( const client & i_ce ) const in inq_BaseOf() 192 const client & i_ce) const in produce_MemberDetails() argument
|
| H A D | hfi_linklist.cxx | 187 HF_IdlLinkList::Produce_NamespaceMembers( const String & i_sTitle, in Produce_NamespaceMembers() 223 HF_IdlLinkList::Produce_GlobalLinks( const String & i_sTitle, in Produce_GlobalLinks() 251 HF_IdlLinkList::Produce_GlobalCommentedLinks( const String & i_sTitle, in Produce_GlobalCommentedLinks() 309 HF_IdlLinkList::Produce_MemberLinks( const String & i_sTitle, in Produce_MemberLinks() 343 HF_IdlLinkList::Get_EntryData_NamespaceMembers( in Get_EntryData_NamespaceMembers() 364 HF_IdlLinkList::Get_EntryDocu(ce_id i_nMemberId) const in Get_EntryDocu()
|
| /AOO41X/main/oox/source/helper/ |
| H A D | propertyset.cxx | 56 bool PropertySet::hasProperty( sal_Int32 nPropId ) const in hasProperty() 71 Any PropertySet::getAnyProperty( sal_Int32 nPropId ) const in getAnyProperty() 77 …opertySet::getProperties( Sequence< Any >& orValues, const Sequence< OUString >& rPropNames ) const in getProperties() 146 bool PropertySet::implGetPropertyValue( Any& orValue, const OUString& rPropName ) const in implGetPropertyValue()
|
| /AOO41X/main/connectivity/source/commontools/ |
| H A D | DriversConfig.cxx | 103 void DriversConfigImpl::Load(const uno::Reference< lang::XMultiServiceFactory >& _rxORB) const in Load() 156 ::rtl::OUString DriversConfig::getDriverFactoryName(const ::rtl::OUString& _sURL) const in getDriverFactoryName() 176 ::rtl::OUString DriversConfig::getDriverTypeDisplayName(const ::rtl::OUString& _sURL) const in getDriverTypeDisplayName() 196 …:comphelper::NamedValueCollection& DriversConfig::getProperties(const ::rtl::OUString& _sURL) const in getProperties() 201 … ::comphelper::NamedValueCollection& DriversConfig::getFeatures(const ::rtl::OUString& _sURL) const in getFeatures() 206 … ::comphelper::NamedValueCollection& DriversConfig::getMetaData(const ::rtl::OUString& _sURL) const in getMetaData() 211 …NamedValueCollection& DriversConfig::impl_get(const ::rtl::OUString& _sURL,sal_Int32 _nProps) const in impl_get()
|
| H A D | filtermanager.cxx | 77 const ::rtl::OUString& FilterManager::getFilterComponent( FilterComponent _eWhich ) const in getFilterComponent() 119 …pendFilterComponent( ::rtl::OUStringBuffer& io_appendTo, const ::rtl::OUString& i_component ) const in appendFilterComponent() 134 bool FilterManager::isThereAtMostOneComponent( ::rtl::OUStringBuffer& o_singleComponent ) const in isThereAtMostOneComponent()
|
| /AOO41X/main/cppuhelper/qa/propertysetmixin/ |
| H A D | test_propertysetmixin.cxx | 106 virtual void SAL_CALL disposing(css::lang::EventObject const &) in disposing() 115 css::beans::PropertyChangeEvent const &) in propertyChange() 140 virtual void SAL_CALL disposing(css::lang::EventObject const &) in disposing() 149 css::beans::PropertyChangeEvent const &) in vetoableChange() 234 void Test::testEmpty1( in testEmpty1() 252 void Test::testEmpty2( in testEmpty2() 368 void Test::testFull( in testFull()
|
| /AOO41X/main/svx/inc/svx/ |
| H A D | svdpagv.hxx | 215 sal_Bool IsLayerVisible(const String& rName) const { return IsLayer(rName, aLayerVisi); } in IsLayerVisible() argument 219 sal_Bool IsLayerLocked(const String& rName) const { return IsLayer(rName,aLayerLock); } in IsLayerLocked() argument 223 sal_Bool IsLayerPrintable(const String& rName) const { return IsLayer(rName, aLayerPrn); } in IsLayerPrintable() argument 233 void LogicToPagePos(Point& rPnt) const { rPnt-=aPgOrg; } in LogicToPagePos() 234 void LogicToPagePos(Rectangle& rRect) const { rRect.Move(-aPgOrg.X(),-aPgOrg.Y()); } in LogicToPagePos() 235 void PagePosToLogic(Point& rPnt) const { rPnt+=aPgOrg; } in PagePosToLogic() 236 void PagePosToLogic(Rectangle& rRect) const { rRect.Move(aPgOrg.X(),aPgOrg.Y()); } in PagePosToLogic()
|
| H A D | svdhlpln.hxx | 58 bool operator==(const SdrHelpLine& rCmp) const { return aPos==rCmp.aPos && eKind==rCmp.eKind; } in operator ==() argument 59 bool operator!=(const SdrHelpLine& rCmp) const { return !operator==(rCmp); } in operator !=() argument 82 SdrHelpLine* GetObject(sal_uInt16 i) const { return (SdrHelpLine*)(aList.GetObject(i)); } in GetObject() 90 bool operator!=(const SdrHelpLineList& rCmp) const { return !operator==(rCmp); } in operator !=() argument 96 …const SdrHelpLine& operator[](sal_uInt16 nPos) const { return *GetObject(nPo… in operator []()
|
| /AOO41X/main/autodoc/source/parser_i/idl/ |
| H A D | tk_ident.cxx | 37 TokIdentifier::Trigger( TokenInterpreter & io_rInterpreter ) const in Trigger() 49 TokNameSeparator::Trigger( TokenInterpreter & io_rInterpreter ) const in Trigger()
|
| /AOO41X/main/drawinglayer/source/primitive3d/ |
| H A D | hiddengeometryprimitive3d.cxx | 44 …3DRange HiddenGeometryPrimitive3D::getB3DRange(const geometry::ViewInformation3D& rViewInformation… in getB3DRange() argument 49 …metryPrimitive3D::get3DDecomposition(const geometry::ViewInformation3D& /*rViewInformation*/) const in get3DDecomposition()
|
| H A D | sdrpolypolygonprimitive3d.cxx | 45 …onPrimitive3D::create3DDecomposition(const geometry::ViewInformation3D& /*rViewInformation*/) const in create3DDecomposition() 142 bool SdrPolyPolygonPrimitive3D::operator==(const BasePrimitive3D& rPrimitive) const in operator ==() argument 154 …rPolyPolygonPrimitive3D::getB3DRange(const geometry::ViewInformation3D& /*rViewInformation*/) const in getB3DRange()
|
| /AOO41X/main/sw/inc/ |
| H A D | fmtrowsplt.hxx | 47 inline const SwFmtRowSplit &SwAttrSet::GetRowSplit(sal_Bool bInP) const in GetRowSplit() 50 inline const SwFmtRowSplit &SwFmt::GetRowSplit(sal_Bool bInP) const in GetRowSplit()
|
| H A D | fmtfollowtextflow.hxx | 54 inline const SwFmtFollowTextFlow &SwAttrSet::GetFollowTextFlow(sal_Bool bInP) const in GetFollowTextFlow() 57 inline const SwFmtFollowTextFlow &SwFmt::GetFollowTextFlow(sal_Bool bInP) const in GetFollowTextFlow()
|
| H A D | fmtclbl.hxx | 43 inline const SwFmtNoBalancedColumns &SwAttrSet::GetBalancedColumns(sal_Bool bInP) const in GetBalancedColumns() 46 inline const SwFmtNoBalancedColumns &SwFmt::GetBalancedColumns(sal_Bool bInP) const in GetBalancedColumns()
|
| H A D | fmtcntnt.hxx | 55 inline const SwFmtCntnt &SwAttrSet::GetCntnt(sal_Bool bInP) const in GetCntnt() 58 inline const SwFmtCntnt &SwFmt::GetCntnt(sal_Bool bInP) const in GetCntnt()
|
| H A D | fmtlsplt.hxx | 47 inline const SwFmtLayoutSplit &SwAttrSet::GetLayoutSplit(sal_Bool bInP) const in GetLayoutSplit() 50 inline const SwFmtLayoutSplit &SwFmt::GetLayoutSplit(sal_Bool bInP) const in GetLayoutSplit()
|
| /AOO41X/main/drawinglayer/source/primitive2d/ |
| H A D | hiddengeometryprimitive2d.cxx | 44 …2DRange HiddenGeometryPrimitive2D::getB2DRange(const geometry::ViewInformation2D& rViewInformation… in getB2DRange() argument 49 …metryPrimitive2D::get2DDecomposition(const geometry::ViewInformation2D& /*rViewInformation*/) const in get2DDecomposition()
|
| H A D | controlprimitive2d.cxx | 92 … ControlPrimitive2D::createBitmapDecomposition(const geometry::ViewInformation2D& rViewInformation… in createBitmapDecomposition() argument 240 …ve2D::createPlaceholderDecomposition(const geometry::ViewInformation2D& /*rViewInformation*/) const in createPlaceholderDecomposition() 254 …ence ControlPrimitive2D::create2DDecomposition(const geometry::ViewInformation2D& rViewInformation… in create2DDecomposition() argument 301 bool ControlPrimitive2D::operator==(const BasePrimitive2D& rPrimitive) const in operator ==() argument 338 …ange ControlPrimitive2D::getB2DRange(const geometry::ViewInformation2D& /*rViewInformation*/) const in getB2DRange() 346 …equence ControlPrimitive2D::get2DDecomposition(const geometry::ViewInformation2D& rViewInformation… in get2DDecomposition() argument
|
| /AOO41X/main/svx/source/svdraw/ |
| H A D | svdlayer.cxx | 83 sal_uInt8 SetOfByte::GetSetBit(sal_uInt16 nNum) const in GetSetBit() 107 sal_uInt8 SetOfByte::GetClearBit(sal_uInt16 nNum) const in GetClearBit() 168 void SetOfByte::QueryValue( com::sun::star::uno::Any & rAny ) const in QueryValue() 225 bool SdrLayer::operator==(const SdrLayer& rCmpLayer) const in operator ==() argument 285 bool SdrLayerAdmin::operator==(const SdrLayerAdmin& rCmpLayerAdmin) const in operator ==() argument 370 sal_uInt16 SdrLayerAdmin::GetLayerPos(SdrLayer* pLayer) const in GetLayerPos() 382 const SdrLayer* SdrLayerAdmin::GetLayer(const XubString& rName, FASTBOOL /*bInherited*/) const in GetLayer() 403 SdrLayerID SdrLayerAdmin::GetLayerID(const XubString& rName, FASTBOOL bInherited) const in GetLayerID() 411 const SdrLayer* SdrLayerAdmin::GetLayerPerID(sal_uInt16 nID) const in GetLayerPerID()
|
| /AOO41X/main/sot/source/sdstor/ |
| H A D | stg.cxx | 85 void StorageBase::SetError( sal_uLong n ) const in SetError() 138 sal_Bool OLEStorageBase::Validate_Impl( sal_Bool bWrite ) const in Validate_Impl() 149 sal_Bool OLEStorageBase::ValidateMode_Impl( StreamMode m, StgDirEntry* p ) const in ValidateMode_Impl() 206 sal_Bool StorageStream::Equals( const BaseStorageStream& rStream ) const in Equals() 313 sal_Bool StorageStream::Validate( sal_Bool bValidate ) const in Validate() 321 sal_Bool StorageStream::ValidateMode( StreamMode nMode ) const in ValidateMode() 329 sal_Bool StorageStream::ValidateMode( StreamMode nMode, StgDirEntry* p ) const in ValidateMode() 563 void Storage::FillInfoList( SvStorageInfoList* pList ) const in FillInfoList() 821 sal_Bool Storage::CopyTo( BaseStorage* pDest ) const in CopyTo() 904 sal_Bool Storage::IsStorage( const String& rName ) const in IsStorage() [all …]
|
| /AOO41X/main/oox/source/drawingml/ |
| H A D | textcharacterproperties.cxx | 70 …TextCharacterProperties::pushToPropMap( PropertyMap& rPropMap, const XmlFilterBase& rFilter ) const in pushToPropMap() 152 …TextCharacterProperties::pushToPropSet( PropertySet& rPropSet, const XmlFilterBase& rFilter ) const in pushToPropSet() 159 float TextCharacterProperties::getCharHeightPoints( float fDefault ) const in getCharHeightPoints()
|
| /AOO41X/main/comphelper/source/misc/ |
| H A D | anycompare.cxx | 79 …ol isLess( ::com::sun::star::uno::Any const & _lhs, ::com::sun::star::uno::Any const & _rhs ) const in isLess() 109 …ol isLess( ::com::sun::star::uno::Any const & _lhs, ::com::sun::star::uno::Any const & _rhs ) const in isLess() 144 …ol isLess( ::com::sun::star::uno::Any const & _lhs, ::com::sun::star::uno::Any const & _rhs ) const in isLess()
|
| /AOO41X/main/sal/inc/rtl/ |
| H A D | bootstrap.hxx | 125 inline void expandMacrosFrom( ::rtl::OUString & macro ) const SAL_THROW( () ) in expandMacrosFrom() 205 ::rtl::OUString &outValue) const in getFrom() 210 inline void Bootstrap::getFrom(const ::rtl::OUString &sName, in getFrom() 217 inline void Bootstrap::getIniName(::rtl::OUString & iniName) const in getIniName()
|
| /AOO41X/main/cppcanvas/source/mtfrenderer/ |
| H A D | pointaction.cxx | 110 bool PointAction::render( const ::basegfx::B2DHomMatrix& rTransformation ) const in render() 125 bool PointAction::render( const ::basegfx::B2DHomMatrix& rTransformation, in render() 137 …::basegfx::B2DRange PointAction::getBounds( const ::basegfx::B2DHomMatrix& rTransformation ) const in getBounds() 150 … ::basegfx::B2DRange PointAction::getBounds( const ::basegfx::B2DHomMatrix& rTransformation, in getBounds()
|
| /AOO41X/main/desktop/source/deployment/registry/sfwk/ |
| H A D | dp_sfwk.cxx | 231 void BackendImpl::packageRemoved(OUString const & /*url*/, OUString const & /*mediaType*/) in packageRemoved() 380 ::rtl::Reference<AbortChannel> const &, in isRegistered_() 381 Reference<XCommandEnvironment> const & ) in isRegistered_() 396 ::rtl::Reference<AbortChannel> const &, in processPackage_() 397 Reference<XCommandEnvironment> const & ) in processPackage_()
|