Home
last modified time | relevance | path

Searched refs:XBlob (Results 1 – 25 of 251) sorted by relevance

1234567891011

/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/hxt-9.3.1.18/src/Text/XML/HXT/DOM/
H A DTypeDefs.hs71 …| XBlob Blob -- ^ text represented more space efficient as byte… constructor
96 rnf (XBlob b) = BS.length b `seq` ()
109 rwnf (XBlob _b) = () -- BS.length b `seq` () -- lazy bytestrings are not evaluated
129 put (XBlob b) = put (10::Word8) >> put b
152 10 -> get >>= return . XBlob
H A DXmlNode.hs149 isText (XBlob _) = True
153 isBlob (XBlob _) = True
200 mkBlob = XBlob
218 getText (XBlob b) = Just . blobToString $ b
222 getBlob (XBlob b) = Just b
280 changeText cf (XBlob b) = XText . cf . blobToString $ b
284 changeBlob cf (XBlob b) = XBlob . cf $ b
H A DShowXml.hs48 xshow [(NTree (XBlob b) _)] = blobToString b -- special case optimisation
54 xshowBlob [(NTree (XBlob b) _)] = b -- special case optimisation
125 showXmlTree (NTree (XBlob b) _)
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/connectivity/
H A DBlobHelper.hxx28 class OOO_DLLPUBLIC_DBTOOLS BlobHelper final : public ::cppu::WeakImplHelper< css::sdbc::XBlob >
38 …virtual ::sal_Int64 SAL_CALL positionOfBlob( const css::uno::Reference< css::sdbc::XBlob >& patter…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/connectivity/
H A DBlobHelper.hxx28 class OOO_DLLPUBLIC_DBTOOLS BlobHelper final : public ::cppu::WeakImplHelper< css::sdbc::XBlob >
38 …virtual ::sal_Int64 SAL_CALL positionOfBlob( const css::uno::Reference< css::sdbc::XBlob >& patter…
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/inc/java/sql/
H A DBlob.hxx33 public ::cppu::WeakImplHelper< css::sdbc::XBlob>
50 …virtual sal_Int64 SAL_CALL positionOfBlob( const css::uno::Reference< css::sdbc::XBlob >& pattern,…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/inc/java/sql/
H A DBlob.hxx34 public ::cppu::WeakImplHelper< css::sdbc::XBlob>
51 …virtual sal_Int64 SAL_CALL positionOfBlob( const css::uno::Reference< css::sdbc::XBlob >& pattern,…
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/firebird/
H A DBlob.hxx21 typedef ::cppu::WeakComponentImplHelper< css::sdbc::XBlob,
75 positionOfBlob(const css::uno::Reference< css::sdbc::XBlob >& rPattern,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/firebird/
H A DBlob.hxx24 typedef ::cppu::WeakComponentImplHelper< css::sdbc::XBlob,
78 positionOfBlob(const css::uno::Reference< css::sdbc::XBlob >& rPattern,
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/qa/org/openoffice/complex/forms/tools/
H A DResultSet.java25 import com.sun.star.sdbc.XBlob;
257 XBlob getBlob( int _colIndex ) throws SQLException in getBlob()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/core/api/
H A DPrivateRow.cxx117 Reference< XBlob > SAL_CALL OPrivateRow::getBlob( ::sal_Int32 columnIndex ) in getBlob()
120 return Reference< XBlob >(m_aRow[m_nPos].makeAny(),UNO_QUERY); in getBlob()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/qa/org/openoffice/complex/forms/tools/
H A DResultSet.java25 import com.sun.star.sdbc.XBlob;
257 XBlob getBlob( int _colIndex ) throws SQLException in getBlob()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/core/api/
H A DPrivateRow.cxx117 Reference< XBlob > SAL_CALL OPrivateRow::getBlob( ::sal_Int32 columnIndex ) in getBlob()
120 return Reference< XBlob >(m_aRow[m_nPos].makeAny(),UNO_QUERY); in getBlob()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/Forms/
H A DRowSet.java26 import com.sun.star.sdbc.XBlob;
267 public XBlob getBlob(int i) throws SQLException in getBlob()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/qa/connectivity/tools/
H A DRowSet.java29 import com.sun.star.sdbc.XBlob;
266 public XBlob getBlob(int i) throws SQLException in getBlob()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/Forms/
H A DRowSet.java26 import com.sun.star.sdbc.XBlob;
267 public XBlob getBlob(int i) throws SQLException in getBlob()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/qa/connectivity/tools/
H A DRowSet.java29 import com.sun.star.sdbc.XBlob;
266 public XBlob getBlob(int i) throws SQLException in getBlob()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/commontools/
H A DBlobHelper.cxx63 ::sal_Int64 SAL_CALL BlobHelper::positionOfBlob( const css::uno::Reference< css::sdbc::XBlob >& /*p… in positionOfBlob() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/commontools/
H A DBlobHelper.cxx63 ::sal_Int64 SAL_CALL BlobHelper::positionOfBlob( const css::uno::Reference< css::sdbc::XBlob >& /*p… in positionOfBlob() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucbhelper/
H A DIwyuFilter_ucbhelper.yaml15 - com/sun/star/sdbc/XBlob.hpp
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucbhelper/
H A DIwyuFilter_ucbhelper.yaml18 - com/sun/star/sdbc/XBlob.hpp
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx104 Reference< XBlob > xBlob; // getBlob
487 Reference< XBlob > SAL_CALL PropertyValueSet::getBlob( sal_Int32 columnIndex ) in getBlob()
489 …return getValue<Reference< XBlob >, &ucbhelper_impl::PropertyValue::xBlob>(PropsSet::Blob, columnI… in getBlob()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx104 Reference< XBlob > xBlob; // getBlob
488 Reference< XBlob > SAL_CALL PropertyValueSet::getBlob( sal_Int32 columnIndex ) in getBlob()
490 …return getValue<Reference< XBlob >, &ucbhelper_impl::PropertyValue::xBlob>(PropsSet::Blob, columnI… in getBlob()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/sdbc/
H A D_XRow.java29 import com.sun.star.sdbc.XBlob;
460 int col = findColumnOfType(XBlob.class) ; in _getBlob()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/sdbc/
H A D_XRow.java29 import com.sun.star.sdbc.XBlob;
460 int col = findColumnOfType(XBlob.class) ; in _getBlob()

1234567891011