Home
last modified time | relevance | path

Searched refs:nAlignment (Results 1 – 18 of 18) sorted by relevance

/trunk/main/cppu/source/typelib/
H A Dstatic_types.cxx389 …ion)->nSize, ((typelib_TypeDescription *)pComp->pBaseTypeDescription)->nAlignment ) == ((typelib_T… in init()
410 nOffset = newAlignedSize( nOffset, pTD->nSize, pTD->nAlignment ); in init()
425 pReg->nSize = ::typelib_typedescription_getAlignedUnoSize( pReg, 0, pReg->nAlignment ); in init()
426 pReg->nAlignment = adjustAlignment( pReg->nAlignment ); in init()
523 pReg->nSize = ::typelib_typedescription_getAlignedUnoSize( pReg, 0, pReg->nAlignment ); in typelib_static_mi_interface_type_init()
525 pReg->nAlignment = adjustAlignment( pReg->nAlignment ); in typelib_static_mi_interface_type_init()
564 pReg->nSize = ::typelib_typedescription_getAlignedUnoSize( pReg, 0, pReg->nAlignment ); in typelib_static_enum_type_init()
565 pReg->nAlignment = ::adjustAlignment( pReg->nAlignment ); in typelib_static_enum_type_init()
628 pReg->nSize = ::typelib_typedescription_getAlignedUnoSize( pReg, 0, pReg->nAlignment ); in typelib_static_array_type_init()
629 pReg->nAlignment = ::adjustAlignment( pReg->nAlignment ); in typelib_static_array_type_init()
H A Dtypelib.cxx759 pRet->nAlignment = 0; in typelib_typedescription_newEmpty()
858 alignment = pTD->nAlignment; in newTypeDescription()
884 (*ppRet)->nAlignment = adjustAlignment( (*ppRet)->nAlignment ); in newTypeDescription()
966 (*ppRet)->nAlignment = adjustAlignment( (*ppRet)->nAlignment ); in typelib_typedescription_newUnion()
995 (*ppRet)->nAlignment = adjustAlignment( (*ppRet)->nAlignment ); in typelib_typedescription_newEnum()
1033 (*ppRet)->nAlignment = adjustAlignment( (*ppRet)->nAlignment ); in typelib_typedescription_newArray()
1223 pTmp->nSize = typelib_typedescription_getAlignedUnoSize( pTmp, 0, pTmp->nAlignment ); in typelib_typedescription_newMIInterface()
1224 pTmp->nAlignment = adjustAlignment( pTmp->nAlignment ); in typelib_typedescription_newMIInterface()
1719 pTDR->pType->nAlignment = (*ppNewDescription)->nAlignment; in typelib_typedescription_register()
1804 rMaxIntegralTypeSize = pTypeDescription->nAlignment; in typelib_typedescription_getAlignedUnoSize()
[all …]
/trunk/main/svx/source/toolbars/
H A Dfontworkbar.cxx66 sal_Int32 nAlignment = -1; in SetAlignmentState() local
72 sal_Int32 nOldAlignment = nAlignment; in SetAlignmentState()
77 case SDRTEXTHORZADJUST_LEFT : nAlignment = 0; break; in SetAlignmentState()
78 case SDRTEXTHORZADJUST_CENTER : nAlignment = 1; break; in SetAlignmentState()
79 case SDRTEXTHORZADJUST_RIGHT : nAlignment = 2; break; in SetAlignmentState()
83 nAlignment = 3; in SetAlignmentState()
85 nAlignment = 4; in SetAlignmentState()
88 if ( ( nOldAlignment != -1 ) && ( nOldAlignment != nAlignment ) ) in SetAlignmentState()
90 nAlignment = -1; in SetAlignmentState()
95 rSet.Put( SfxInt32Item( SID_FONTWORK_ALIGNMENT, nAlignment ) ); in SetAlignmentState()
/trunk/main/sal/typesconfig/
H A Dtypesconfig.c319 int nAlignment[3]; /* 2,4,8 */ member
338 pThis->nAlignment[0] = GetAlignment( t_short ); in Description_Ctor()
341 pThis->nAlignment[1] = GetAlignment( t_int ); in Description_Ctor()
344 pThis->nAlignment[2] = GetAlignment( t_long ); in Description_Ctor()
346 pThis->nAlignment[2] = GetAlignment( t_double ); in Description_Ctor()
375 fprintf( f, "#define SAL_TYPES_ALIGNMENT%d\t%d\n", 1 << (i+1), pThis->nAlignment[i] ); in Description_Print()
/trunk/main/tools/workben/
H A Dsolar.c308 int nAlignment[3]; /* 2,4,8 */ member
319 pThis->nAlignment[0] = GetAlignment( t_short ); in Description_Ctor()
322 pThis->nAlignment[1] = GetAlignment( t_int ); in Description_Ctor()
325 pThis->nAlignment[2] = GetAlignment( t_double ); in Description_Ctor()
336 1 << (i+1), pThis->nAlignment[i] ); in Description_Print()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx966 unsigned int nAlignment = pTabValue->mnAlignment; in drawNativeControl() local
971 if( ( (nAlignment & TABITEM_LEFTALIGNED)&&(nAlignment & TABITEM_RIGHTALIGNED) ) || in drawNativeControl()
972 ( (nAlignment & TABITEM_FIRST_IN_GROUP)&&(nAlignment & TABITEM_LAST_IN_GROUP) ) in drawNativeControl()
975 else if((nAlignment & TABITEM_LEFTALIGNED)||(nAlignment & TABITEM_FIRST_IN_GROUP)) in drawNativeControl()
977 else if((nAlignment & TABITEM_RIGHTALIGNED)||(nAlignment & TABITEM_LAST_IN_GROUP)) in drawNativeControl()
/trunk/main/oox/source/xls/
H A Drichstring.cxx209 void PhoneticDataModel::setBiffData( sal_Int32 nType, sal_Int32 nAlignment ) in setBiffData() argument
215 mnAlignment = STATIC_ARRAY_SELECT( spnAlignments, nAlignment, XML_left ); in setBiffData()
235 sal_Int32 nType, nAlignment; in importPhoneticPr() local
236 rStrm >> nFontId >> nType >> nAlignment; in importPhoneticPr()
238 maModel.setBiffData( nType, nAlignment ); in importPhoneticPr()
/trunk/main/sc/source/ui/vba/
H A Dvbaformat.cxx79 sal_Int32 nAlignment = 0; in setVerticalAlignment() local
80 if ( !(_oAlignment >>= nAlignment )) in setVerticalAlignment()
82 switch (nAlignment) in setVerticalAlignment()
154 sal_Int32 nAlignment = 0; in setHorizontalAlignment() local
155 if ( !( HorizontalAlignment >>= nAlignment ) ) in setHorizontalAlignment()
157 switch ( nAlignment ) in setHorizontalAlignment()
/trunk/main/svx/source/tbxctrls/
H A Dfontworkgallery.cxx470 sal_Int32 nAlignment = getSelectedEntryId(); in IMPL_LINK() local
471 if( nAlignment >= 0 ) in IMPL_LINK()
475 aArgs[0].Value <<= (sal_Int32)nAlignment; in IMPL_LINK()
479 implSetAlignment( nAlignment, true ); in IMPL_LINK()
/trunk/main/oox/source/export/
H A Ddrawingml.cxx1037 const char* DrawingML::GetAlignment( sal_Int32 nAlignment ) in GetAlignment() argument
1041 switch( nAlignment ) { in GetAlignment()
1073 sal_Int16 nAlignment( style::ParagraphAdjust_LEFT ); in WriteParagraphProperties() local
1074 GET( nAlignment, ParaAdjust ); in WriteParagraphProperties()
1078 || nAlignment != style::ParagraphAdjust_LEFT ) { in WriteParagraphProperties()
1082 XML_algn, GetAlignment( nAlignment ), in WriteParagraphProperties()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx963 sal_Int32 nAlignment = com::sun::star::awt::TextAlign::LEFT; in mapTextAllign() local
967 case SVX_HOR_JUSTIFY_LEFT: nAlignment = ::com::sun::star::awt::TextAlign::LEFT; break; in mapTextAllign()
968 case SVX_HOR_JUSTIFY_CENTER: nAlignment = ::com::sun::star::awt::TextAlign::CENTER; break; in mapTextAllign()
969 case SVX_HOR_JUSTIFY_RIGHT: nAlignment = ::com::sun::star::awt::TextAlign::RIGHT; break; in mapTextAllign()
973 return nAlignment; in mapTextAllign()
/trunk/main/oox/inc/oox/xls/
H A Drichstring.hxx145 void setBiffData( sal_Int32 nType, sal_Int32 nAlignment );
/trunk/main/oox/inc/oox/export/
H A Ddrawingml.hxx130 static const char* GetAlignment( sal_Int32 nAlignment );
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx952 void DbCellControl::AlignControl(sal_Int16 nAlignment) in AlignControl() argument
955 switch (nAlignment) in AlignControl()
1103 sal_Int16 nAlignment = m_rColumn.SetAlignmentFromModel(-1); in Init() local
1108 switch (nAlignment) in Init()
1280 sal_Int16 nAlignment = m_rColumn.SetAlignmentFromModel(-1); in Init() local
1284 switch (nAlignment) in Init()
/trunk/main/svx/source/inc/
H A Dgridcell.hxx291 void AlignControl(sal_Int16 nAlignment);
825 void AlignControl(sal_Int16 nAlignment) in AlignControl() argument
826 { m_pCellControl->AlignControl(nAlignment);} in AlignControl()
/trunk/main/cppu/inc/typelib/
H A Dtypedescription.h114 sal_Int32 nAlignment; member
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx263 sal_Int16 nAlignment = sal_Int16(); in setProperty() local
264 if ( Value >>= nAlignment ) in setProperty()
265 pButton->SetImageAlign( static_cast< ImageAlign >( nAlignment ) ); in setProperty()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx5251 sal_uInt16 i, nDistance, nAlignment, nNumberOfTabStops = 0; in ReadParaProps() local
5256 >> nAlignment; in ReadParaProps()

Completed in 180 milliseconds