Home
last modified time | relevance | path

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

123

/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfdoc/
H A Dcpvt_secprops.h13 CPVT_SecProps() : fLineLeading(0.0f), fLineIndent(0.0f), nAlignment(0) {} in CPVT_SecProps()
18 nAlignment(alignment) {} in CPVT_SecProps()
23 nAlignment(other.nAlignment) {} in CPVT_SecProps()
27 int32_t nAlignment; member
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfdoc/include/
H A Dcpvt_secprops.h13 CPVT_SecProps() : fLineLeading(0.0f), fLineIndent(0.0f), nAlignment(0) {} in CPVT_SecProps()
18 nAlignment(alignment) {} in CPVT_SecProps()
23 nAlignment(other.nAlignment) {} in CPVT_SecProps()
27 int32_t nAlignment; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/vba/
H A Dvbalistlevel.cxx39 sal_Int16 nAlignment = 0; in getAlignment() local
40 pListHelper->getPropertyValueWithNameAndLevel( mnLevel, "Adjust" ) >>= nAlignment; in getAlignment()
41 switch( nAlignment ) in getAlignment()
45 nAlignment = word::WdListLevelAlignment::wdListLevelAlignLeft; in getAlignment()
50 nAlignment = word::WdListLevelAlignment::wdListLevelAlignRight; in getAlignment()
55 nAlignment = word::WdListLevelAlignment::wdListLevelAlignCenter; in getAlignment()
63 return nAlignment; in getAlignment()
68 sal_Int16 nAlignment = text::HoriOrientation::LEFT; in setAlignment() local
73 nAlignment = text::HoriOrientation::LEFT; in setAlignment()
78 nAlignment = text::HoriOrientation::RIGHT; in setAlignment()
[all …]
H A Dvbarows.cxx85 sal_Int16 nAlignment = text::HoriOrientation::LEFT; in getAlignment() local
87 xTableProps->getPropertyValue("HoriOrient") >>= nAlignment; in getAlignment()
89 switch( nAlignment ) in getAlignment()
111 sal_Int16 nAlignment = text::HoriOrientation::LEFT; in setAlignment() local
116 nAlignment = text::HoriOrientation::CENTER; in setAlignment()
121 nAlignment = text::HoriOrientation::RIGHT; in setAlignment()
126 nAlignment = text::HoriOrientation::LEFT; in setAlignment()
130 xTableProps->setPropertyValue("HoriOrient", uno::makeAny( nAlignment ) ); in setAlignment()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/vba/
H A Dvbalistlevel.cxx41 sal_Int16 nAlignment = 0; in getAlignment() local
42 pListHelper->getPropertyValueWithNameAndLevel( mnLevel, "Adjust" ) >>= nAlignment; in getAlignment()
43 switch( nAlignment ) in getAlignment()
47 nAlignment = word::WdListLevelAlignment::wdListLevelAlignLeft; in getAlignment()
52 nAlignment = word::WdListLevelAlignment::wdListLevelAlignRight; in getAlignment()
57 nAlignment = word::WdListLevelAlignment::wdListLevelAlignCenter; in getAlignment()
65 return nAlignment; in getAlignment()
70 sal_Int16 nAlignment = text::HoriOrientation::LEFT; in setAlignment() local
75 nAlignment = text::HoriOrientation::LEFT; in setAlignment()
80 nAlignment = text::HoriOrientation::RIGHT; in setAlignment()
[all …]
H A Dvbarows.cxx81 sal_Int16 nAlignment = text::HoriOrientation::LEFT; in getAlignment() local
83 xTableProps->getPropertyValue("HoriOrient") >>= nAlignment; in getAlignment()
85 switch( nAlignment ) in getAlignment()
107 sal_Int16 nAlignment = text::HoriOrientation::LEFT; in setAlignment() local
112 nAlignment = text::HoriOrientation::CENTER; in setAlignment()
117 nAlignment = text::HoriOrientation::RIGHT; in setAlignment()
122 nAlignment = text::HoriOrientation::LEFT; in setAlignment()
126 xTableProps->setPropertyValue("HoriOrient", uno::makeAny( nAlignment ) ); in setAlignment()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cppu/source/typelib/
H A Dstatic_types.cxx361 …>pBaseTypeDescription->aBase.nSize, pComp->pBaseTypeDescription->aBase.nAlignment ) == pComp->pBas… in init()
383 nOffset = newAlignedSize( nOffset, pTD->nSize, pTD->nAlignment ); in init()
398 pReg->nSize = ::typelib_typedescription_getAlignedUnoSize( pReg, 0, pReg->nAlignment ); in init()
399 pReg->nAlignment = adjustAlignment( pReg->nAlignment ); in init()
495 pReg->nSize = ::typelib_typedescription_getAlignedUnoSize( pReg, 0, pReg->nAlignment ); in typelib_static_mi_interface_type_init()
497 pReg->nAlignment = adjustAlignment( pReg->nAlignment ); in typelib_static_mi_interface_type_init()
536 pReg->nSize = ::typelib_typedescription_getAlignedUnoSize( pReg, 0, pReg->nAlignment ); in typelib_static_enum_type_init()
537 pReg->nAlignment = ::adjustAlignment( pReg->nAlignment ); in typelib_static_enum_type_init()
H A Dtypelib.cxx663 pRet->nAlignment = 0; in typelib_typedescription_newEmpty()
762 alignment = pTD->nAlignment; in newTypeDescription()
787 … (*ppRet)->nSize = typelib_typedescription_getAlignedUnoSize( (*ppRet), 0, (*ppRet)->nAlignment ); in newTypeDescription()
788 (*ppRet)->nAlignment = adjustAlignment( (*ppRet)->nAlignment ); in newTypeDescription()
847 … (*ppRet)->nSize = typelib_typedescription_getAlignedUnoSize( (*ppRet), 0, (*ppRet)->nAlignment ); in typelib_typedescription_newEnum()
848 (*ppRet)->nAlignment = adjustAlignment( (*ppRet)->nAlignment ); in typelib_typedescription_newEnum()
1040 pTmp->nSize = typelib_typedescription_getAlignedUnoSize( pTmp, 0, pTmp->nAlignment ); in typelib_typedescription_newMIInterface()
1041 pTmp->nAlignment = adjustAlignment( pTmp->nAlignment ); in typelib_typedescription_newMIInterface()
1576 pTDR->pType->nAlignment = (*ppNewDescription)->nAlignment; in typelib_typedescription_register()
1659 rMaxIntegralTypeSize = pTypeDescription->nAlignment; in typelib_typedescription_getAlignedUnoSize()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppu/source/typelib/
H A Dstatic_types.cxx353 …>pBaseTypeDescription->aBase.nSize, pComp->pBaseTypeDescription->aBase.nAlignment ) == pComp->pBas… in init()
374 nOffset = newAlignedSize( nOffset, pTD->nSize, pTD->nAlignment ); in init()
389 … pReg->nSize = ::typelib_typedescription_getAlignedUnoSize( pReg, 0, pReg->nAlignment ); in init()
390 pReg->nAlignment = adjustAlignment( pReg->nAlignment ); in init()
486 … pReg->nSize = ::typelib_typedescription_getAlignedUnoSize( pReg, 0, pReg->nAlignment ); in typelib_static_mi_interface_type_init()
488 pReg->nAlignment = adjustAlignment( pReg->nAlignment ); in typelib_static_mi_interface_type_init()
527 … pReg->nSize = ::typelib_typedescription_getAlignedUnoSize( pReg, 0, pReg->nAlignment ); in typelib_static_enum_type_init()
528 pReg->nAlignment = ::adjustAlignment( pReg->nAlignment ); in typelib_static_enum_type_init()
H A Dtypelib.cxx666 pRet->nAlignment = 0; in typelib_typedescription_newEmpty()
765 alignment = pTD->nAlignment; in newTypeDescription()
790 … (*ppRet)->nSize = typelib_typedescription_getAlignedUnoSize( (*ppRet), 0, (*ppRet)->nAlignment ); in newTypeDescription()
791 (*ppRet)->nAlignment = adjustAlignment( (*ppRet)->nAlignment ); in newTypeDescription()
848 … (*ppRet)->nSize = typelib_typedescription_getAlignedUnoSize( (*ppRet), 0, (*ppRet)->nAlignment ); in typelib_typedescription_newEnum()
849 (*ppRet)->nAlignment = adjustAlignment( (*ppRet)->nAlignment ); in typelib_typedescription_newEnum()
1040 pTmp->nSize = typelib_typedescription_getAlignedUnoSize( pTmp, 0, pTmp->nAlignment ); in typelib_typedescription_newMIInterface()
1041 pTmp->nAlignment = adjustAlignment( pTmp->nAlignment ); in typelib_typedescription_newMIInterface()
1496 pTDR->pType->nAlignment = (*ppNewDescription)->nAlignment; in typelib_typedescription_register()
1584 rMaxIntegralTypeSize = pTypeDescription->nAlignment; in typelib_typedescription_getAlignedUnoSize()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/toolbars/
H A Dfontworkbar.cxx60 sal_Int32 nAlignment = -1; in SetAlignmentState() local
66 sal_Int32 nOldAlignment = nAlignment; in SetAlignmentState()
71 case SDRTEXTHORZADJUST_LEFT : nAlignment = 0; break; in SetAlignmentState()
72 case SDRTEXTHORZADJUST_CENTER : nAlignment = 1; break; in SetAlignmentState()
73 case SDRTEXTHORZADJUST_RIGHT : nAlignment = 2; break; in SetAlignmentState()
79 nAlignment = 3; in SetAlignmentState()
84 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()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/toolbars/
H A Dfontworkbar.cxx63 sal_Int32 nAlignment = -1; in SetAlignmentState() local
69 sal_Int32 nOldAlignment = nAlignment; in SetAlignmentState()
74 case SDRTEXTHORZADJUST_LEFT : nAlignment = 0; break; in SetAlignmentState()
75 case SDRTEXTHORZADJUST_CENTER : nAlignment = 1; break; in SetAlignmentState()
76 case SDRTEXTHORZADJUST_RIGHT : nAlignment = 2; break; in SetAlignmentState()
82 nAlignment = 3; in SetAlignmentState()
87 nAlignment = 4; in SetAlignmentState()
91 if ( ( nOldAlignment != -1 ) && ( nOldAlignment != nAlignment ) ) in SetAlignmentState()
93 nAlignment = -1; in SetAlignmentState()
98 rSet.Put( SfxInt32Item( SID_FONTWORK_ALIGNMENT, nAlignment ) ); in SetAlignmentState()
/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/Source/Shared/
H A DGlobalFunctions.cpp74 void * AllocateAligned(intn nBytes, intn nAlignment) in AllocateAligned() argument
77 return _aligned_malloc(nBytes, nAlignment); in AllocateAligned()
80 posix_memalign(&pMemory, nAlignment, nBytes); in AllocateAligned()
H A DGlobalFunctions.h26 void * AllocateAligned(intn nBytes, intn nAlignment);
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcpl_vsisimple.cpp892 void* VSIMallocAligned( size_t nAlignment, size_t nSize ) in VSIMallocAligned() argument
896 if( posix_memalign( &pRet, nAlignment, nSize ) != 0 ) in VSIMallocAligned()
902 return _aligned_malloc( nSize, nAlignment ); in VSIMallocAligned()
905 if( nAlignment < sizeof(void*) || nAlignment >= 256 || in VSIMallocAligned()
906 (nAlignment & (nAlignment - 1)) != 0 ) in VSIMallocAligned()
909 if( nSize + nAlignment < nSize ) in VSIMallocAligned()
912 GByte* pabyData = static_cast<GByte*>(VSIMalloc( nSize + nAlignment )); in VSIMallocAligned()
916 nAlignment - (reinterpret_cast<size_t>(pabyData) % nAlignment); in VSIMallocAligned()
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_vsisimple.cpp892 void* VSIMallocAligned( size_t nAlignment, size_t nSize ) in VSIMallocAligned() argument
896 if( posix_memalign( &pRet, nAlignment, nSize ) != 0 ) in VSIMallocAligned()
902 return _aligned_malloc( nSize, nAlignment ); in VSIMallocAligned()
905 if( nAlignment < sizeof(void*) || nAlignment >= 256 || in VSIMallocAligned()
906 (nAlignment & (nAlignment - 1)) != 0 ) in VSIMallocAligned()
909 if( nSize + nAlignment < nSize ) in VSIMallocAligned()
912 GByte* pabyData = static_cast<GByte*>(VSIMalloc( nSize + nAlignment )); in VSIMallocAligned()
916 nAlignment - (reinterpret_cast<size_t>(pabyData) % nAlignment); in VSIMallocAligned()
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_vsisimple.cpp892 void* VSIMallocAligned( size_t nAlignment, size_t nSize ) in VSIMallocAligned() argument
896 if( posix_memalign( &pRet, nAlignment, nSize ) != 0 ) in VSIMallocAligned()
902 return _aligned_malloc( nSize, nAlignment ); in VSIMallocAligned()
905 if( nAlignment < sizeof(void*) || nAlignment >= 256 || in VSIMallocAligned()
906 (nAlignment & (nAlignment - 1)) != 0 ) in VSIMallocAligned()
909 if( nSize + nAlignment < nSize ) in VSIMallocAligned()
912 GByte* pabyData = static_cast<GByte*>(VSIMalloc( nSize + nAlignment )); in VSIMallocAligned()
916 nAlignment - (reinterpret_cast<size_t>(pabyData) % nAlignment); in VSIMallocAligned()
/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/tools/
H A Demfpstringformat.cxx121 static OUString StringAlignmentString(sal_uInt32 nAlignment) in StringAlignmentString() argument
123 switch(nAlignment) in StringAlignmentString()
132 assert(false && nAlignment && "invalid string alignment value"); in StringAlignmentString()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/tbxctrls/
H A Dfontworkgallery.cxx359 sal_Int32 nAlignment; in IMPL_LINK() local
361 nAlignment = 0; in IMPL_LINK()
363 nAlignment = 1; in IMPL_LINK()
365 nAlignment = 2; in IMPL_LINK()
367 nAlignment = 3; in IMPL_LINK()
369 nAlignment = 4; in IMPL_LINK()
373 aArgs[0].Value <<= nAlignment; in IMPL_LINK()
377 implSetAlignment( nAlignment, true ); in IMPL_LINK()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/
H A DELF.h46 uint32 nAlignment; member
59 uint32 nAlignment; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Drichstring.cxx193 void PhoneticDataModel::setBiffData( sal_Int32 nType, sal_Int32 nAlignment ) in setBiffData() argument
199 mnAlignment = STATIC_ARRAY_SELECT( spnAlignments, nAlignment, XML_left ); in setBiffData()
217 sal_Int32 nType, nAlignment; in importPhoneticPr() local
220 nAlignment = rStrm.readInt32(); in importPhoneticPr()
222 maModel.setBiffData( nType, nAlignment ); in importPhoneticPr()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Drichstring.cxx194 void PhoneticDataModel::setBiffData( sal_Int32 nType, sal_Int32 nAlignment ) in setBiffData() argument
200 mnAlignment = STATIC_ARRAY_SELECT( spnAlignments, nAlignment, XML_left ); in setBiffData()
218 sal_Int32 nType, nAlignment; in importPhoneticPr() local
221 nAlignment = rStrm.readInt32(); in importPhoneticPr()
223 maModel.setBiffData( nType, nAlignment ); in importPhoneticPr()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/vba/
H A Dvbaformat.cxx92 sal_Int32 nAlignment = 0; in setVerticalAlignment() local
93 if ( !(_oAlignment >>= nAlignment )) in setVerticalAlignment()
95 switch (nAlignment) in setVerticalAlignment()
167 sal_Int32 nAlignment = 0; in setHorizontalAlignment() local
168 if ( !( HorizontalAlignment >>= nAlignment ) ) in setHorizontalAlignment()
170 switch ( nAlignment ) in setHorizontalAlignment()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/vba/
H A Dvbaformat.cxx91 sal_Int32 nAlignment = 0; in setVerticalAlignment() local
92 if ( !(_oAlignment >>= nAlignment )) in setVerticalAlignment()
94 switch (nAlignment) in setVerticalAlignment()
166 sal_Int32 nAlignment = 0; in setHorizontalAlignment() local
167 if ( !( HorizontalAlignment >>= nAlignment ) ) in setHorizontalAlignment()
169 switch ( nAlignment ) in setHorizontalAlignment()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/osx/
H A Dsalnativewidgets.cxx641 TabitemFlags nAlignment = pTabValue->mnAlignment; in drawNativeControl() local
648 … if (((nAlignment & TabitemFlags::LeftAligned) && (nAlignment & TabitemFlags::RightAligned)) in drawNativeControl()
649 … || ((nAlignment & TabitemFlags::FirstInGroup) && (nAlignment & TabitemFlags::LastInGroup))) in drawNativeControl()
651 … else if ((nAlignment & TabitemFlags::LeftAligned) || (nAlignment & TabitemFlags::FirstInGroup)) in drawNativeControl()
653 … else if ((nAlignment & TabitemFlags::RightAligned) || (nAlignment & TabitemFlags::LastInGroup)) in drawNativeControl()

123