Home
last modified time | relevance | path

Searched refs:getINT32 (Results 1 – 25 of 137) sorted by path

123456

/dports/comms/hylafax/hylafax-6.0.7/faxd/
H A DPCFFont.c++141 numGlyphs = getINT32(); in read()
170 u_long nbitmaps = getINT32(); in read()
177 offsets[i] = getINT32(); in read()
179 bitmapSizes[0] = getINT32(); in read()
180 bitmapSizes[1] = getINT32(); in read()
181 bitmapSizes[2] = getINT32(); in read()
182 bitmapSizes[3] = getINT32(); in read()
293 fontAscent = (short) getINT32(); in read()
294 fontDescent = (short) getINT32(); in read()
316 PCFFont::getINT32() in getINT32() function in PCFFont
H A DPCFFont.h65 u_long getINT32();
/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/qa/unit/
H A Dtypes_test.cxx53 CPPUNIT_ASSERT_EQUAL(sal_Int32(1337), ::comphelper::getINT32(uno::makeAny(sal_Int32(1337)))); in testGetINT32()
56 CPPUNIT_ASSERT_EQUAL(sal_Int32(0), ::comphelper::getINT32(aValue)); in testGetINT32()
/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/source/misc/
H A Dtypes.cxx44 sal_Int32 getINT32(const Any& _rAny) in getINT32() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/commontools/
H A DDateConversion.cxx379 …const sal_Int32 nColumnType = ::comphelper::getINT32( xProp->getPropertyValue( OMetaConnection::ge… in getValue()
H A DTKeys.cxx139 …sal_Int32 nKeyType = getINT32(descriptor->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_I… in appendObject()
H A Ddbtools.cxx1020 Reference< XPropertySet> xFormat(xFormats->getByKey(getINT32(aFormatKey))); in TransferFormComponentProperties()
1191 …return (_rxCursorSet.is() && (getINT32(_rxCursorSet->getPropertyValue("Privileges")) & Privilege::… in canInsert()
1196 …return (_rxCursorSet.is() && (getINT32(_rxCursorSet->getPropertyValue("Privileges")) & Privilege::… in canUpdate()
1201 …return (_rxCursorSet.is() && (getINT32(_rxCursorSet->getPropertyValue("Privileges")) & Privilege::… in canDelete()
H A Ddbtools2.cxx195 …if(::comphelper::getINT32(xColProp->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_ISNULLABL… in createStandardColumnPart()
295 …sal_Int32 nKeyType = ::comphelper::getINT32(xColProp->getPropertyValue(rPropMap.getNameByInde… in createStandardKeyStatement()
323 …sal_Int32 nDeleteRule = getINT32(xColProp->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_… in createStandardKeyStatement()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/ado/
H A DAKeys.cxx69 …OAdoKey::Map2KeyRule(getINT32(descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameBy… in appendObject()
H A DAResultSet.cxx1100 setFetchDirection(getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
1103 setFetchSize(getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
H A DAStatement.cxx738 setQueryTimeOut(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
741 setMaxFieldSize(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
744 setMaxRows(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
750 setResultSetConcurrency(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
753 setResultSetType(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
756 setFetchDirection(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
759 setFetchSize(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/component/
H A DCDatabaseMetaData.cxx169 …aRow[5] = new ORowSetValueDecorator(::comphelper::getINT32(xColumn->getPropertyValue(OMetaConnecti… in getColumns()
171 …aRow[7] = new ORowSetValueDecorator(::comphelper::getINT32(xColumn->getPropertyValue(OMetaConnecti… in getColumns()
173 …aRow[9] = new ORowSetValueDecorator(::comphelper::getINT32(xColumn->getPropertyValue(OMetaConnecti… in getColumns()
174 …aRow[11] = new ORowSetValueDecorator(::comphelper::getINT32(xColumn->getPropertyValue(OMetaConnect… in getColumns()
H A DCResultSet.cxx91 return Move(IResultSetHelper::BOOKMARK,comphelper::getINT32(bookmark),true); in moveToBookmark()
102 Move(IResultSetHelper::BOOKMARK,comphelper::getINT32(bookmark),false); in moveRelativeToBookmark()
124 return comphelper::getINT32(bookmark); in hashBookmark()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/dbase/
H A DDDatabaseMetaData.cxx204 …aRow[5] = new ORowSetValueDecorator(getINT32(xColumn->getPropertyValue(OMetaConnection::getPropMap… in getColumns()
206 …aRow[7] = new ORowSetValueDecorator(getINT32(xColumn->getPropertyValue(OMetaConnection::getPropMap… in getColumns()
207 …aRow[9] = new ORowSetValueDecorator(getINT32(xColumn->getPropertyValue(OMetaConnection::getPropMap… in getColumns()
208 …aRow[11] = new ORowSetValueDecorator(getINT32(xColumn->getPropertyValue(OMetaConnection::getPropMa… in getColumns()
H A DDIndex.cxx541 …m_aHeader.db_keylen = (m_aHeader.db_keytype) ? 8 : static_cast<sal_uInt16>(getINT32(xTableCol->ge… in CreateImpl()
H A DDIndexColumns.cxx53 …,getINT32(xCol->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_ISNULLAB… in createObject()
54 …,getINT32(xCol->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_PRECISIO… in createObject()
55 … ,getINT32(xCol->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_SCALE))) in createObject()
56 … ,getINT32(xCol->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_TYPE))) in createObject()
H A DDResultSet.cxx95 return m_pTable.is() && Move(IResultSetHelper::BOOKMARK,comphelper::getINT32(bookmark),true); in moveToBookmark()
106 Move(IResultSetHelper::BOOKMARK,comphelper::getINT32(bookmark),false); in moveRelativeToBookmark()
143 return comphelper::getINT32(bookmark); in hashBookmark()
H A DDTable.cxx1184 switch (getINT32(xCol->getPropertyValue(sPropType))) in CreateFile()
1257 switch (getINT32(xCol->getPropertyValue(sPropType))) in CreateFile()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/file/
H A DFDriver.cxx209 …: OOperandRow(_nPos,::comphelper::getINT32(_xColumn->getPropertyValue(OMetaConnection::getPropMap(… in OOperandAttr()
H A DFResultSetMetaData.cxx67 …return getINT32((*m_xColumns)[column-1]->getPropertyValue(OMetaConnection::getPropMap().getNameByI… in getColumnType()
144 …return getINT32((*m_xColumns)[column-1]->getPropertyValue(OMetaConnection::getPropMap().getNameByI… in getPrecision()
150 …return getINT32((*m_xColumns)[column-1]->getPropertyValue(OMetaConnection::getPropMap().getNameByI… in getScale()
157 …return getINT32((*m_xColumns)[column-1]->getPropertyValue(OMetaConnection::getPropMap().getNameByI… in isNullable()
H A DFStatement.cxx667 …switch (::comphelper::getINT32(xCol->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex… in SetAssignValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/firebird/
H A DTables.cxx118 …else if(::comphelper::getINT32(xColProp->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_ISNU… in createStandardColumnPart()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/flat/
H A DEDatabaseMetaData.cxx194 …aRow[5] = new ORowSetValueDecorator(getINT32(xColumn->getPropertyValue(OMetaConnection::getPropMap… in getColumns()
196 …aRow[7] = new ORowSetValueDecorator(getINT32(xColumn->getPropertyValue(OMetaConnection::getPropMap… in getColumns()
197 …aRow[9] = new ORowSetValueDecorator(getINT32(xColumn->getPropertyValue(OMetaConnection::getPropMap… in getColumns()
198 …aRow[11] = new ORowSetValueDecorator(getINT32(xColumn->getPropertyValue(OMetaConnection::getPropMa… in getColumns()
H A DEResultSet.cxx110 return Move(IResultSetHelper::BOOKMARK,comphelper::getINT32(bookmark),true); in moveToBookmark()
120 Move(IResultSetHelper::BOOKMARK,comphelper::getINT32(bookmark),false); in moveRelativeToBookmark()
138 return comphelper::getINT32(bookmark); in hashBookmark()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/jdbc/
H A DJStatement.cxx665 setQueryTimeOut(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
668 setMaxFieldSize(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
671 setMaxRows(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
677 setResultSetConcurrency(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
680 setResultSetType(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
683 setFetchDirection(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
686 setFetchSize(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()

123456