Searched refs:aWrap (Results 1 – 12 of 12) sorted by relevance
/aoo4110/main/sw/source/ui/shells/ |
H A D | basesh.cxx | 1901 SwFmtSurround aWrap( (SwFmtSurround&)aSet.Get(RES_SURROUND) ); in SetWrapMode() local 1902 SwSurround nOldSurround(aWrap.GetSurround()); in SetWrapMode() 1909 if (aWrap.IsContour()) in SetWrapMode() 1910 aWrap.SetContour(sal_False); in SetWrapMode() 1916 aWrap.SetAnchorOnly(!aWrap.IsAnchorOnly()); in SetWrapMode() 1928 aWrap.SetContour(!aWrap.IsContour()); in SetWrapMode() 1933 if (aWrap.IsContour()) in SetWrapMode() 1934 aWrap.SetContour(sal_False); in SetWrapMode() 1951 aWrap.SetSurround(nSurround); in SetWrapMode() 1959 aWrap.SetContour(sal_True); in SetWrapMode() [all …]
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | viewling.cxx | 272 SwHHCWrapper aWrap( this, xMgr, nSourceLang, nTargetLang, pTargetFont, in StartTextConversion() local 275 aWrap.Convert(); in StartTextConversion() 514 SwHyphWrapper aWrap( this, xHyph, bStart, bOther, bSelection ); in HyphenateDocument() local 515 aWrap.SpellDocument(); in HyphenateDocument()
|
/aoo4110/main/sw/source/core/bastyp/ |
H A D | breakit.cxx | 108 LocaleDataWrapper aWrap( m_xMSF, GetLocale( aLang ) ); in _GetForbidden() local 112 m_pForbidden = new i18n::ForbiddenCharacters( aWrap.getForbiddenCharacters() ); in _GetForbidden()
|
/aoo4110/main/cppuhelper/source/ |
H A D | propshlp.cxx | 544 ::com::sun::star::lang::WrappedTargetException aWrap; in setFastPropertyValue() 545 aWrap.Context = static_cast< ::com::sun::star::beans::XPropertySet* >( this ); in setFastPropertyValue() 546 aWrap.TargetException <<= e; in setFastPropertyValue() 548 throw ::com::sun::star::lang::WrappedTargetException( aWrap ); in setFastPropertyValue()
|
/aoo4110/main/starmath/source/ |
H A D | smdetect.cxx | 255 catch( lang::WrappedTargetException& aWrap ) in detect() local 260 if ( ( aWrap.TargetException >>= aZipException ) && aTypeName.Len() ) in detect()
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbaformat.cxx | 322 uno::Any aWrap = aNULL(); in getWrapText() local 328 aWrap = mxPropertySet->getPropertyValue(aPropName); in getWrapText() 335 return aWrap; in getWrapText()
|
/aoo4110/main/sw/source/ui/uno/ |
H A D | swdetect.cxx | 257 catch( lang::WrappedTargetException& aWrap ) in detect() local 264 …if ( ( aWrap.TargetException >>= aZipException ) && ( aTypeName.Len() || aPreselectedFilterName.Le… in detect()
|
/aoo4110/main/cui/source/options/ |
H A D | optasian.cxx | 391 LocaleDataWrapper aWrap( xMSF, aLocale ); in IMPL_LINK() local 392 ForbiddenCharacters aForbidden = aWrap.getForbiddenCharacters(); in IMPL_LINK()
|
/aoo4110/main/sd/source/ui/unoidl/ |
H A D | sddetect.cxx | 274 catch( lang::WrappedTargetException& aWrap ) in detect() local 277 if ( ( aWrap.TargetException >>= aZipException ) && aTypeName.Len() ) in detect()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | scdetect.cxx | 411 catch( lang::WrappedTargetException& aWrap ) in detect() local 416 if ( ( aWrap.TargetException >>= aZipException ) && aTypeName.Len() ) in detect()
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | frmpage.hxx | 116 Size aWrap; member in SwFrmPage
|
/aoo4110/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 738 ArrayWrapper aWrap; in unoToSbxValue() local 740 if ( (aValue >>= aWrap) ) in unoToSbxValue() 746 … implSequenceToMultiDimArray( pArray, indices, sizes, aWrap.Array, dimension, aWrap.IsZeroIndex ); in unoToSbxValue()
|
Completed in 144 milliseconds