Home
last modified time | relevance | path

Searched refs:getINT16 (Results 1 – 20 of 20) sorted by relevance

/trunk/main/forms/source/component/
H A DEdit.cxx242 getINT16(xFCSet->getPropertyValue(PROPERTY_CLASSID)) == FormComponentType::TEXTFIELD) in keyPressed()
623 m_bMaxTextLenModified = getINT16(m_xAggregateSet->getPropertyValue(PROPERTY_MAXTEXTLEN)) != 0; in onConnectedDbColumn()
731 … sal_uInt16 nMaxTextLen = getINT16( m_xAggregateSet->getPropertyValue( PROPERTY_MAXTEXTLEN ) ); in translateDbColumnToControlValue()
H A DGroupManager.cxx128 m_nTabIndex = Max(getINT16(m_xComponent->getPropertyValue( PROPERTY_TABINDEX )) , sal_Int16(0)); in OGroupComp()
H A DColumns.cxx533 _rxOutStream->writeShort(getINT16(m_aAlign)); in write()
H A DFilter.cxx843 …sal_Int16 nClassId = ::comphelper::getINT16( xControlModel->getPropertyValue( PROPERTY_CLASSID ) ); in initialize()
H A DFormattedField.cxx293 getINT16(xFCSet->getPropertyValue(PROPERTY_CLASSID)) == FormComponentType::TEXTFIELD) in keyPressed()
/trunk/main/extensions/source/propctrlr/
H A Dselectlabeldialog.cxx88 nClassID = ::comphelper::getINT16(m_xControlModel->getPropertyValue(PROPERTY_CLASSID)); in DBG_NAME()
111 …try { nClassId = ::comphelper::getINT16(m_xControlModel->getPropertyValue(PROPERTY_CLASSID)); } ca… in DBG_NAME()
H A Dtaborder.cxx153 switch( ::comphelper::getINT16( _rxSet->getPropertyValue( PROPERTY_CLASSID ) ) ) in GetImage()
H A Dformcomponenthandler.cxx1186 … ::comphelper::getINT16( m_xComponent->getPropertyValue( PROPERTY_DECIMAL_ACCURACY ) ) in describePropertyLine()
/trunk/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx315 if (::comphelper::getINT16(xModelSet->getPropertyValue(PROPERTY_BORDER))) in imp_CreatePeer()
628 nColId = pGrid->GetColumnIdFromViewPos(::comphelper::getINT16(pArgs->Value)); in dispatch()
633 nColId = pGrid->GetColumnIdFromModelPos(::comphelper::getINT16(pArgs->Value)); in dispatch()
638 nColId = ::comphelper::getINT16(pArgs->Value); in dispatch()
H A Dexsrcbrw.cxx195 nControlPos = ::comphelper::getINT16(pArguments->Value); in dispatch()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx1948 … sal_Int16 nScale = getINT16( _rxModel->getPropertyValue( FM_PROP_DECIMAL_ACCURACY ) ); in implAdjustGenericFieldSetting()
2089 … m_nScale = getINT16( _rxModel->getPropertyValue( FM_PROP_DECIMAL_ACCURACY ) ); in implAdjustGenericFieldSetting()
2255 sal_Int16 nFormat = getINT16( _rxModel->getPropertyValue( FM_PROP_DATEFORMAT ) ); in implAdjustGenericFieldSetting()
2374 sal_Int16 nFormat = getINT16( _rxModel->getPropertyValue( FM_PROP_TIMEFORMAT ) ); in implAdjustGenericFieldSetting()
2511 sal_Int16 nLines = getINT16( _rxModel->getPropertyValue( FM_PROP_LINECOUNT ) ); in implAdjustGenericFieldSetting()
2663 sal_Int16 nLines = getINT16( _rxModel->getPropertyValue( FM_PROP_LINECOUNT ) ); in implAdjustGenericFieldSetting()
2831 … sal_Int16 nLines = ::comphelper::getINT16(xModel->getPropertyValue(FM_PROP_LINECOUNT)); in CreateControl()
2849 … sal_Int16 nLines = ::comphelper::getINT16(xModel->getPropertyValue(FM_PROP_LINECOUNT)); in CreateControl()
2884 sal_Int16 nClassId = ::comphelper::getINT16(xModel->getPropertyValue(FM_PROP_CLASSID)); in Init()
H A Dfmgridif.cxx492 if (::comphelper::getINT16(xModelSet->getPropertyValue(FM_PROP_BORDER))) in imp_CreatePeer()
1961 sal_Int16 nValue = ::comphelper::getINT16(Value); in setProperty()
1968 sal_Int16 nValue = ::comphelper::getINT16(Value); in setProperty()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx568 sal_Int16 nType = ::comphelper::getINT16( in getNumberFormat()
3038 nLook = ::comphelper::getINT16( LookAt ); in Replace()
3054 nSearchOrder = ::comphelper::getINT16( SearchOrder ); in Replace()
3175 nLookAt = ::comphelper::getINT16( LookAt ); in Find()
3190 nSearchOrder = ::comphelper::getINT16( SearchOrder ); in Find()
3389 nOrientation = ::comphelper::getINT16( Orientation ); in Sort()
3410 nHeader = ::comphelper::getINT16( Header ); in Sort()
3434 nSortMethod = ::comphelper::getINT16( SortMethod ); in Sort()
3452 nOrder1 = ::comphelper::getINT16(Order1); in Sort()
3461 nOrder2 = ::comphelper::getINT16(Order2); in Sort()
[all …]
/trunk/main/comphelper/inc/comphelper/
H A Dtypes.hxx155 COMPHELPER_DLLPUBLIC sal_Int16 getINT16(const staruno::Any& _rAny);
/trunk/main/svx/source/form/
H A Dnavigatortree.cxx1104 sal_Int16 nClassId = ::comphelper::getINT16(xCurrent->getPropertyValue(FM_PROP_CLASSID)); in implExecuteDataTransfer()
2122 sal_uInt16 nClassId = ::comphelper::getINT16(xSet->getPropertyValue(FM_PROP_CLASSID)); in SynchronizeMarkList()
2164 return (::comphelper::getINT16(aClassID) == FormComponentType::HIDDENCONTROL); in IsHiddenControl()
H A Dfmshimp.cxx1414 sal_Int16 nClassId = ::comphelper::getINT16(xModelSet->getPropertyValue(FM_PROP_CLASSID)); in LoopGrids()
3292 … sal_Int16 nClassId = ::comphelper::getINT16(xCurrentModelSet->getPropertyValue(FM_PROP_CLASSID)); in CreateExternalView()
3415 … sal_Int16 nClassId = ::comphelper::getINT16(xCurrentModelSet->getPropertyValue(FM_PROP_CLASSID)); in CreateExternalView()
4159 if (::comphelper::getINT16(aClassId) == FormComponentType::GRIDCONTROL) in ShouldHandleElement()
/trunk/main/sc/source/ui/unoobj/
H A Dcellvaluebinding.cxx429 sal_Int16 nOldType = ::comphelper::getINT16( in setBooleanFormat()
/trunk/main/comphelper/source/misc/
H A Dtypes.cxx88 sal_Int16 getINT16(const Any& _rAny) in getINT16() function
/trunk/main/extensions/workben/
H A Dpythontest.cxx378 fprintf( f, "INT16 %s : %d\n", pc , (INT32) aValue.getINT16()); in dumpVarToStream()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1084 eJustify = dbaui::mapTextJustify(::comphelper::getINT16(aAlignment)); in callColumnFormatDialog()

Completed in 241 milliseconds