Searched refs:IsLayer (Results 1 – 2 of 2) sorted by relevance
130 sal_Bool IsLayer(const String& rName, const SetOfByte& rBS) const;215 sal_Bool IsLayerVisible(const String& rName) const { return IsLayer(rName, aLayerVisi); } in IsLayerVisible()219 sal_Bool IsLayerLocked(const String& rName) const { return IsLayer(rName,aLayerLock); } in IsLayerLocked()223 sal_Bool IsLayerPrintable(const String& rName) const { return IsLayer(rName, aLayerPrn); } in IsLayerPrintable()
703 sal_Bool SdrPageView::IsLayer(const XubString& rName, const SetOfByte& rBS) const in IsLayer() function in SdrPageView
Completed in 20 milliseconds