Home
last modified time | relevance | path

Searched refs:IsImpressDocument (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sd/source/ui/unoidl/
H A Dunoobj.cxx314 lcl_ImplGetShapePropertySet(pModel->IsImpressDocument(), pShape->getShapeKind() == OBJ_GRAF ) in SdXShape()
317 lcl_ImplGetShapePropertyMap(pModel->IsImpressDocument(), pShape->getShapeKind() == OBJ_GRAF ) in SdXShape()
362 if( mpModel && mpModel ->IsImpressDocument() ) in queryAggregation()
377 if( mpModel && !mpModel->IsImpressDocument() ) in getTypes()
469 SdExtPropertySetInfoCache* pCache = (mpModel && mpModel->IsImpressDocument()) ? in getPropertySetInfo()
1114 …ULL) || ((pStyleSheet->GetFamily() != SD_STYLE_FAMILY_GRAPHICS) && !mpModel->IsImpressDocument()) ) in GetStyleSheet()
H A DUnoDocumentSettings.cxx228 : PropertySetHelper( createSettingsInfoImpl( !pModel->IsImpressDocument() ) ), in DocumentSettings()
1233 if( mpModel->IsImpressDocument() ) in getSupportedServiceNames()
H A Dunopage.cxx383 mbIsImpressDocument = mpModel->IsImpressDocument() ? true : false; in SdGenericDrawPage()
407 …const_cast< SdGenericDrawPage*>(this)->mbIsImpressDocument = mpModel->IsImpressDocument() ? true :… in GetModel()
2065 : SdGenericDrawPage( pModel, pPage, ImplGetDrawPagePropertySet( pModel->IsImpressDocument(), pPage-… in SdDrawPage()
/trunk/main/sd/source/ui/inc/
H A Dunomodel.hxx138 sal_Bool IsImpressDocument() const { return mbImpressDoc; } in IsImpressDocument() function in SdXImpressDocument

Completed in 43 milliseconds