Searched refs:bContour (Results 1 – 13 of 13) sorted by relevance
/aoo41x/main/cui/source/tabpages/ |
H A D | textattr.cxx | 733 !( bContour && bContourEnabled ) && in IMPL_LINK() 737 aMtrFldLeft.Enable(!bContour); in IMPL_LINK() 738 aMtrFldRight.Enable(!bContour); in IMPL_LINK() 739 aMtrFldTop.Enable(!bContour); in IMPL_LINK() 740 aMtrFldBottom.Enable(!bContour); in IMPL_LINK() 741 aFlDistance.Enable(!bContour); in IMPL_LINK() 742 aFtLeft.Enable(!bContour); in IMPL_LINK() 743 aFtRight.Enable(!bContour); in IMPL_LINK() 744 aFtTop.Enable(!bContour); in IMPL_LINK() 745 aFtBottom.Enable(!bContour); in IMPL_LINK() [all …]
|
/aoo41x/main/sw/inc/ |
H A D | fmtsrnd.hxx | 43 sal_Bool bContour :1; member in SwFmtSurround 65 sal_Bool IsContour() const { return bContour; } in IsContour() 69 void SetContour( sal_Bool bNew ) { bContour = bNew; } in SetContour() 76 bContour = rCpy.IsContour(); in operator =()
|
/aoo41x/main/svx/source/sdr/attribute/ |
H A D | sdrtextattribute.cxx | 88 bool bContour, in ImpSdrTextAttribute() argument 107 mbContour(bContour), in ImpSdrTextAttribute() 269 bool bContour, in SdrTextAttribute() argument 279 aTextRightDistance, aTextLowerDistance, aSdrTextHorzAdjust, aSdrTextVertAdjust, bContour, in SdrTextAttribute()
|
/aoo41x/main/sw/source/ui/frmdlg/ |
H A D | wrap.cxx | 259 sal_Bool bContour = rSurround.IsContour(); in Reset() local 260 aWrapOutlineCB.Check( bContour ); in Reset() 263 bContourImage = !bContour; in Reset() 374 sal_Bool bContour = aWrapOutlineCB.IsChecked() && aWrapOutlineCB.IsEnabled(); in FillItemSet() local 375 aSur.SetContour( bContour ); in FillItemSet() 377 if ( bContour ) in FillItemSet()
|
/aoo41x/main/sw/source/ui/vba/ |
H A D | vbawrapformat.cxx | 106 sal_Bool bContour = sal_False; in getType() local 107 …t->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SurroundContour") )) >>= bContour; in getType() 108 if( bContour ) in getType()
|
/aoo41x/main/writerfilter/source/dmapper/ |
H A D | GraphicImport.cxx | 225 bool bContour; member in writerfilter::dmapper::GraphicImport_Impl 289 ,bContour(false) in GraphicImport_Impl() 877 m_pImpl->bContour = true; in lcl_attribute() 900 m_pImpl->bContour = true; in lcl_attribute() 1036 m_pImpl->bContour = true; in lcl_attribute() 1044 m_pImpl->bContour = true; in lcl_attribute() 1656 uno::makeAny(m_pImpl->bContour)); in createGraphicObject()
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | drwtxtsh.cxx | 927 sal_Bool bContour = sal_False; in GetStatePropPanelAttr() local 931 …bContour = ( ( const SdrTextContourFrameItem& )aAttrs.Get( SDRATTR_TEXT_CONTOURFRAME ) ).GetValue(… in GetStatePropPanelAttr() 933 if (bContour) break; in GetStatePropPanelAttr()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | drviews2.cxx | 1140 sal_Bool bContour = sal_False; in GetStatePropPanelAttr() local 1144 …bContour = ( ( const SdrTextContourFrameItem& )aAttrs.Get( SDRATTR_TEXT_CONTOURFRAME ) ).GetValue(… in GetStatePropPanelAttr() 1146 if (bContour) break; in GetStatePropPanelAttr()
|
/aoo41x/main/sc/source/ui/drawfunc/ |
H A D | drtxtob.cxx | 1275 sal_Bool bContour = sal_False; in GetStatePropPanelAttr() local 1279 …bContour = ( ( const SdrTextContourFrameItem& )aEditAttr.Get( SDRATTR_TEXT_CONTOURFRAME ) ).GetVal… in GetStatePropPanelAttr() 1281 if (bContour) break; in GetStatePropPanelAttr()
|
/aoo41x/main/svx/inc/svx/sdr/attribute/ |
H A D | sdrtextattribute.hxx | 72 bool bContour,
|
/aoo41x/main/sw/source/core/layout/ |
H A D | atrfrm.cxx | 1137 bAnchorOnly = bContour = bOutside = sal_False; in SwFmtSurround() 1144 bContour = rCpy.bContour; in SwFmtSurround() 1153 bContour== ((SwFmtSurround&)rAttr).bContour && in operator ==()
|
H A D | paintfrm.cxx | 3569 bool bContour = GetFmt()->GetSurround().IsContour(); in Paint() local 3571 if ( bContour ) in Paint() 3576 bContour = GetContour( aPoly, sal_True ); in Paint() 3588 ( bIsGraphicTransparent|| bContour ) ) in Paint() 3666 if ( bContour ) in Paint()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8graf.cxx | 2632 bool bContour = false; in Read_GrafLayer() local 2648 bContour = true; in Read_GrafLayer() 2677 aSur.SetContour( bContour ); in Read_GrafLayer()
|
Completed in 102 milliseconds