Home
last modified time | relevance | path

Searched refs:aWrap (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sw/source/ui/shells/
H A Dbasesh.cxx1899 SwFmtSurround aWrap( (SwFmtSurround&)aSet.Get(RES_SURROUND) ); in SetWrapMode() local
1900 SwSurround nOldSurround(aWrap.GetSurround()); in SetWrapMode()
1907 if (aWrap.IsContour()) in SetWrapMode()
1908 aWrap.SetContour(sal_False); in SetWrapMode()
1914 aWrap.SetAnchorOnly(!aWrap.IsAnchorOnly()); in SetWrapMode()
1926 aWrap.SetContour(!aWrap.IsContour()); in SetWrapMode()
1931 if (aWrap.IsContour()) in SetWrapMode()
1932 aWrap.SetContour(sal_False); in SetWrapMode()
1949 aWrap.SetSurround(nSurround); in SetWrapMode()
1957 aWrap.SetContour(sal_True); in SetWrapMode()
[all …]
/trunk/main/sw/source/ui/uiview/
H A Dviewling.cxx272 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()
/trunk/main/sw/source/core/bastyp/
H A Dbreakit.cxx108 LocaleDataWrapper aWrap( m_xMSF, GetLocale( aLang ) ); in _GetForbidden() local
112 m_pForbidden = new i18n::ForbiddenCharacters( aWrap.getForbiddenCharacters() ); in _GetForbidden()
/trunk/main/cppuhelper/source/
H A Dpropshlp.cxx544 ::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()
/trunk/main/sc/source/ui/vba/
H A Dvbaformat.cxx322 uno::Any aWrap = aNULL(); in getWrapText() local
328 aWrap = mxPropertySet->getPropertyValue(aPropName); in getWrapText()
335 return aWrap; in getWrapText()
/trunk/main/sw/source/ui/uno/
H A Dswdetect.cxx257 catch( lang::WrappedTargetException& aWrap ) in detect() local
264 …if ( ( aWrap.TargetException >>= aZipException ) && ( aTypeName.Len() || aPreselectedFilterName.Le… in detect()
/trunk/main/cui/source/options/
H A Doptasian.cxx391 LocaleDataWrapper aWrap( xMSF, aLocale ); in IMPL_LINK() local
392 ForbiddenCharacters aForbidden = aWrap.getForbiddenCharacters(); in IMPL_LINK()
/trunk/main/starmath/source/
H A Dsmdetect.cxx246 catch( lang::WrappedTargetException& aWrap ) in detect() local
251 if ( ( aWrap.TargetException >>= aZipException ) && aTypeName.Len() ) in detect()
/trunk/main/sd/source/filter/
H A Dsddetect.cxx289 catch( WrappedTargetException& aWrap ) in detect() local
292 if ( ( aWrap.TargetException >>= aZipException ) && aTypeName.Len() ) in detect()
/trunk/main/sc/source/ui/unoobj/
H A Dscdetect.cxx411 catch( lang::WrappedTargetException& aWrap ) in detect() local
416 if ( ( aWrap.TargetException >>= aZipException ) && aTypeName.Len() ) in detect()
/trunk/main/sw/source/ui/inc/
H A Dfrmpage.hxx116 Size aWrap; member in SwFrmPage
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx738 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 84 milliseconds