Searched refs:bImpress (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/sd/source/ui/view/ |
H A D | frmview.cxx | 674 …const bool bImpress = dynamic_cast< SdDrawDocument* >(GetModel())->GetDocumentType() == DOCUMENT_T… in ReadUserDataSequence() local 1110 …else if (!bImpress && pValue->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( sUNO_View_VisibleLaye… in ReadUserDataSequence() 1116 …else if (!bImpress && pValue->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( sUNO_View_PrintableLa… in ReadUserDataSequence() 1122 …else if (!bImpress && pValue->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( sUNO_View_LockedLayer… in ReadUserDataSequence()
|
H A D | Outliner.cxx | 1159 sal_Bool bImpress = mpDrawDocument!=NULL in ShowWrapArroundDialog() local 1163 nStringId = bImpress in ShowWrapArroundDialog() 1167 nStringId = bImpress in ShowWrapArroundDialog()
|
H A D | DocumentRenderer.cxx | 397 DialogCreator (bool bImpress) in DialogCreator() argument 399 , mbImpress(bImpress) in DialogCreator()
|
/aoo4110/main/sd/source/ui/annotations/ |
H A D | annotationmanager.cxx | 733 bool bImpress = mpDoc->GetDocumentType() == DOCUMENT_TYPE_IMPRESS; in SelectNextAnnotation() local 736 nStringId = bImpress ? STR_ANNOTATION_WRAP_FORWARD : STR_ANNOTATION_WRAP_FORWARD_DRAW; in SelectNextAnnotation() 738 nStringId = bImpress ? STR_ANNOTATION_WRAP_BACKWARD : STR_ANNOTATION_WRAP_BACKWARD_DRAW; in SelectNextAnnotation()
|
/aoo4110/main/sd/source/ui/unoidl/ |
H A D | unoobj.cxx | 218 …const SfxItemPropertyMapEntry* lcl_ImplGetShapePropertyMap( sal_Bool bImpress, sal_Bool bGraphicOb… in lcl_ImplGetShapePropertyMap() argument 221 if( bImpress ) in lcl_ImplGetShapePropertyMap() 238 const SvxItemPropertySet* lcl_ImplGetShapePropertySet( sal_Bool bImpress, sal_Bool bGraphicObj ) in lcl_ImplGetShapePropertySet() argument 241 if( bImpress ) in lcl_ImplGetShapePropertySet()
|
H A D | unopage.cxx | 126 const SvxItemPropertySet* ImplGetDrawPagePropertySet( sal_Bool bImpress, PageKind ePageKind ) in ImplGetDrawPagePropertySet() argument 241 if( bImpress ) in ImplGetDrawPagePropertySet()
|
/aoo4110/main/sw/source/ui/app/ |
H A D | docsh2.cxx | 1033 sal_Bool bImpress = FN_ABSTRACT_STARIMPRESS == nWhich; in Execute() local 1034 mpDoc->Summary( pSmryDoc, nLevel, nPara, bImpress ); in Execute() 1035 if( bImpress ) in Execute()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | doc.cxx | 2126 void SwDoc::Summary( SwDoc* pExtDoc, sal_uInt8 nLevel, sal_uInt8 nPara, sal_Bool bImpress ) in Summary() argument 2175 if( bImpress ) in Summary()
|
/aoo4110/main/sw/inc/ |
H A D | doc.hxx | 1172 void Summary( SwDoc* pExtDoc, sal_uInt8 nLevel, sal_uInt8 nPara, sal_Bool bImpress );
|
Completed in 84 milliseconds