| /AOO41X/main/comphelper/source/streaming/ |
| H A D | basicio.cxx | 60 const staruno::Reference<stario::XObjectInputStream>& _rxInStream, in operator >>() argument 64 _rFont.Name = _rxInStream->readUTF(); in operator >>() 65 _rFont.Height = _rxInStream->readShort(); in operator >>() 66 _rFont.Width = _rxInStream->readShort(); in operator >>() 67 _rFont.StyleName = _rxInStream->readUTF(); in operator >>() 68 _rFont.Family = _rxInStream->readShort(); in operator >>() 69 _rFont.CharSet = _rxInStream->readShort(); in operator >>() 70 _rFont.Pitch = _rxInStream->readShort(); in operator >>() 71 _rFont.CharacterWidth = static_cast< float >(_rxInStream->readDouble()); in operator >>() 72 _rFont.Weight = static_cast< float >(_rxInStream->readDouble()); in operator >>() [all …]
|
| /AOO41X/main/forms/source/component/ |
| H A D | Grid.cxx | 1003 void OGridControlModel::read(const Reference<XObjectInputStream>& _rxInStream) throw ( ::com::sun::… in read() argument 1005 OControlModel::read(_rxInStream); in read() 1007 Reference<XMarkableStream> xMark(_rxInStream, UNO_QUERY); in read() 1010 sal_Int16 nVersion = _rxInStream->readShort(); in read() 1013 sal_Int32 nLen = _rxInStream->readLong(); in read() 1021 _rxInStream >> sModelName; in read() 1025 sal_Int32 nObjLen = _rxInStream->readLong(); in read() 1032 pCol->read(_rxInStream); in read() 1035 _rxInStream->skipBytes(nObjLen); in read() 1047 sal_Int32 nObjLen = _rxInStream->readLong(); in read() [all …]
|
| H A D | EditBase.cxx | 150 void OEditBaseModel::read(const Reference<XObjectInputStream>& _rxInStream) throw ( ::com::sun::sta… in read() argument 152 OBoundControlModel::read(_rxInStream); in read() 156 sal_uInt16 nVersion = _rxInStream->readShort(); in read() 163 _rxInStream->readShort(); in read() 165 _rxInStream >> m_aDefaultText; in read() 169 m_bEmptyIsNull = _rxInStream->readBoolean(); in read() 171 sal_uInt16 nAnyMask = _rxInStream->readShort(); in read() 174 sal_Int32 nValue = _rxInStream->readLong(); in read() 179 double fValue = _rxInStream->readDouble(); in read() 188 readHelpTextCompatibly(_rxInStream); in read() [all …]
|
| H A D | CheckBox.cxx | 172 void SAL_CALL OCheckBoxModel::read(const Reference<stario::XObjectInputStream>& _rxInStream) throw(… in read() argument 174 OReferenceValueComponent::read(_rxInStream); in read() 178 sal_uInt16 nVersion = _rxInStream->readShort(); in read() 185 _rxInStream >> sReferenceValue; in read() 186 nDefaultChecked = _rxInStream->readShort(); in read() 189 _rxInStream >> sReferenceValue; in read() 190 _rxInStream >> nDefaultChecked; in read() 191 readHelpTextCompatibly( _rxInStream ); in read() 194 _rxInStream >> sReferenceValue; in read() 195 _rxInStream >> nDefaultChecked; in read() [all …]
|
| H A D | navigationbar.cxx | 304 …void SAL_CALL ONavigationBarModel::read( const Reference< XObjectInputStream >& _rxInStream ) thro… in read() argument 306 Reference< XDataInputStream > xDataIn( _rxInStream, UNO_QUERY ); in read() 310 OControlModel::read( _rxInStream ); in read() 315 sal_Int32 nNonVoids = _rxInStream->readLong( ); in read() 319 m_aTabStop = makeAny( _rxInStream->readBoolean() ); in read() 324 m_aBackgroundColor = makeAny( _rxInStream->readLong() ); in read() 329 setTextColor( _rxInStream->readLong() ); in read() 334 setTextLineColor( _rxInStream->readLong() ); in read() 342 ::comphelper::operator>>( _rxInStream, aFont ); in read() 347 sal_Int32 nFlags = _rxInStream->readLong( ); in read() [all …]
|
| H A D | Button.cxx | 171 void OButtonModel::read(const Reference<XObjectInputStream>& _rxInStream) throw (::com::sun::star::… in read() argument 173 OClickableImageBaseModel::read(_rxInStream); in read() 175 sal_uInt16 nVersion = _rxInStream->readShort(); // Version in read() 180 m_eButtonType = (FormButtonType)_rxInStream->readShort(); in read() 182 _rxInStream >> m_sTargetURL; in read() 183 _rxInStream >> m_sTargetFrame; in read() 189 m_eButtonType = (FormButtonType)_rxInStream->readShort(); in read() 191 _rxInStream >> m_sTargetURL; in read() 192 _rxInStream >> m_sTargetFrame; in read() 193 readHelpTextCompatibly(_rxInStream); in read() [all …]
|
| H A D | ImageButton.cxx | 132 void OImageButtonModel::read(const Reference<XObjectInputStream>& _rxInStream) throw ( ::com::sun::… in read() argument 134 OControlModel::read(_rxInStream); in read() 137 sal_uInt16 nVersion = _rxInStream->readShort(); in read() 143 m_eButtonType = (FormButtonType)_rxInStream->readShort(); in read() 148 m_eButtonType = (FormButtonType)_rxInStream->readShort(); in read() 149 _rxInStream >> m_sTargetURL; in read() 150 _rxInStream >> m_sTargetFrame; in read() 155 m_eButtonType = (FormButtonType)_rxInStream->readShort(); in read() 156 _rxInStream >> m_sTargetURL; in read() 157 _rxInStream >> m_sTargetFrame; in read() [all …]
|
| H A D | RadioButton.cxx | 303 void SAL_CALL ORadioButtonModel::read(const Reference<XObjectInputStream>& _rxInStream) throw(IOExc… in read() argument 305 OReferenceValueComponent::read(_rxInStream); in read() 309 sal_uInt16 nVersion = _rxInStream->readShort(); in read() 316 _rxInStream >> sReferenceValue; in read() 317 _rxInStream >> nDefaultChecked; in read() 320 _rxInStream >> sReferenceValue; in read() 321 _rxInStream >> nDefaultChecked; in read() 322 readHelpTextCompatibly(_rxInStream); in read() 325 _rxInStream >> sReferenceValue; in read() 326 _rxInStream >> nDefaultChecked; in read() [all …]
|
| H A D | Columns.cxx | 544 void SAL_CALL OGridColumn::read(const Reference<XObjectInputStream>& _rxInStream) in read() argument 547 sal_Int32 nLen = _rxInStream->readLong(); in read() 550 Reference<XMarkableStream> xMark(_rxInStream, UNO_QUERY); in read() 554 xPersist->read(_rxInStream); in read() 557 _rxInStream->skipBytes(nLen); in read() 562 sal_uInt16 nVersion = _rxInStream->readShort(); (void)nVersion; in read() 563 sal_uInt16 nAnyMask = _rxInStream->readShort(); in read() 567 sal_Int32 nValue = _rxInStream->readLong(); in read() 573 sal_Int16 nValue = _rxInStream->readShort(); in read() 578 sal_Bool bValue = _rxInStream->readBoolean(); in read() [all …]
|
| H A D | ComboBox.cxx | 377 void SAL_CALL OComboBoxModel::read(const Reference<stario::XObjectInputStream>& _rxInStream) throw(… in read() argument 379 OBoundControlModel::read(_rxInStream); in read() 396 sal_uInt16 nVersion = _rxInStream->readShort(); in read() 413 _rxInStream >> nAnyMask; in read() 419 _rxInStream >> m_aListSource; in read() 425 _rxInStream >> aListSource; in read() 433 _rxInStream >> nListSourceType; in read() 439 _rxInStream >> nValue; in read() 446 _rxInStream >> bNull; in read() 451 _rxInStream >> m_aDefaultText; in read() [all …]
|
| H A D | Hidden.cxx | 167 void SAL_CALL OHiddenModel::read(const Reference<XObjectInputStream>& _rxInStream) throw(IOExceptio… in read() argument 170 sal_uInt16 nVersion = _rxInStream->readShort(); in read() 176 … case 1 : { ::rtl::OUString sDummy; _rxInStream >> sDummy; _rxInStream >> m_sHiddenValue; } break; in read() 177 case 2 : _rxInStream >> m_sHiddenValue; break; in read() 180 OControlModel::read(_rxInStream); in read()
|
| H A D | spinbutton.cxx | 226 …void SAL_CALL OSpinButtonModel::read( const Reference< XObjectInputStream>& _rxInStream ) throw( I… in read() argument 228 OBoundControlModel::read( _rxInStream ); in read() 233 OStreamSection aSection( Reference< XDataInputStream >( _rxInStream, UNO_QUERY ) ); in read() 235 sal_uInt16 nVersion = _rxInStream->readShort(); in read() 238 _rxInStream >> m_nDefaultSpinValue; in read() 239 readHelpTextCompatibly( _rxInStream ); in read()
|
| H A D | scrollbar.cxx | 270 …void SAL_CALL OScrollBarModel::read( const Reference< XObjectInputStream>& _rxInStream ) throw( IO… in read() argument 272 OBoundControlModel::read( _rxInStream ); in read() 277 OStreamSection aSection( Reference< XDataInputStream >( _rxInStream, UNO_QUERY ) ); in read() 279 sal_uInt16 nVersion = _rxInStream->readShort(); in read() 282 _rxInStream >> m_nDefaultScrollValue; in read() 283 readHelpTextCompatibly( _rxInStream ); in read()
|
| H A D | File.cxx | 231 void OFileControlModel::read(const Reference<stario::XObjectInputStream>& _rxInStream) throw ( ::co… in read() argument 233 OControlModel::read(_rxInStream); in read() 237 sal_uInt16 nVersion = _rxInStream->readShort(); in read() 242 _rxInStream >> m_sDefaultValue; break; in read() 244 _rxInStream >> m_sDefaultValue; in read() 245 readHelpTextCompatibly(_rxInStream); in read()
|
| H A D | FormattedField.cxx | 916 void OFormattedModel::read(const Reference<XObjectInputStream>& _rxInStream) throw ( ::com::sun::st… in read() argument 918 OEditBaseModel::read(_rxInStream); in read() 919 sal_uInt16 nVersion = _rxInStream->readShort(); in read() 929 sal_Bool bNonVoidKey = _rxInStream->readBoolean(); in read() 933 ::rtl::OUString sFormatDescription = _rxInStream->readUTF(); in read() 934 LanguageType eDescriptionLanguage = (LanguageType)_rxInStream->readLong(); in read() 953 readCommonEditProperties(_rxInStream); in read() 957 Reference< XDataInputStream > xIn(_rxInStream, UNO_QUERY); in read() 960 sal_Int16 nSubVersion = _rxInStream->readShort(); in read() 967 switch (_rxInStream->readShort()) in read() [all …]
|
| H A D | FormattedFieldWrapper.cxx | 265 void SAL_CALL OFormattedFieldWrapper::read(const Reference<XObjectInputStream>& _rxInStream) throw(… in read() argument 279 Reference<XMarkableStream> xInMarkable(_rxInStream, UNO_QUERY); in read() 283 m_pEditPart->read(_rxInStream); in read() 299 xAggregatePersistence->read(_rxInStream); in read() 309 pBasicReader->read(_rxInStream); in read() 321 pFormattedReader->read(_rxInStream); in read()
|
| H A D | ImageControl.cxx | 386 void OImageControlModel::read(const Reference<XObjectInputStream>& _rxInStream) throw ( ::com::sun:… in read() argument 388 OBoundControlModel::read(_rxInStream); in read() 391 sal_uInt16 nVersion = _rxInStream->readShort(); in read() 395 m_bReadOnly = _rxInStream->readBoolean(); in read() 398 m_bReadOnly = _rxInStream->readBoolean(); in read() 399 readHelpTextCompatibly(_rxInStream); in read() 402 m_bReadOnly = _rxInStream->readBoolean(); in read() 403 readHelpTextCompatibly(_rxInStream); in read() 404 readCommonProperties(_rxInStream); in read()
|
| H A D | ListBox.cxx | 526 …void SAL_CALL OListBoxModel::read(const Reference<XObjectInputStream>& _rxInStream) throw(IOExcept… in read() argument 531 OBoundControlModel::read(_rxInStream); in read() 548 sal_uInt16 nVersion = _rxInStream->readShort(); in read() 565 _rxInStream >> nAnyMask; in read() 573 _rxInStream >> sListSource; in read() 591 _rxInStream >> aListSourceSeq; in read() 594 _rxInStream >> nListSourceType; in read() 603 _rxInStream >> aDummySeq; in read() 607 _rxInStream >> aDefaultSelectSeq; in read() 616 _rxInStream >> nValue; in read() [all …]
|
| H A D | DatabaseForm.cxx | 4008 void SAL_CALL ODatabaseForm::read(const Reference<XObjectInputStream>& _rxInStream) throw( IOExcept… in read() argument 4012 OFormComponents::read(_rxInStream); in read() 4015 sal_uInt16 nVersion = _rxInStream->readShort(); in read() 4017 _rxInStream >> m_sName; in read() 4020 _rxInStream >> sAggregateProp; in read() 4023 _rxInStream >> sAggregateProp; in read() 4027 _rxInStream >> m_aMasterFields; in read() 4028 _rxInStream >> m_aDetailFields; in read() 4030 sal_Int16 nCursorSourceType = _rxInStream->readShort(); in read() 4050 _rxInStream->readShort(); in read() [all …]
|
| H A D | FixedText.cxx | 121 void SAL_CALL OFixedTextModel::read(const Reference<XObjectInputStream>& _rxInStream) throw(IOExcep… in read() argument 123 OControlModel::read(_rxInStream); in read() 126 sal_Int16 nVersion = _rxInStream->readShort(); in read() 128 readHelpTextCompatibly(_rxInStream); in read()
|
| H A D | GroupBox.cxx | 123 void SAL_CALL OGroupBoxModel::read(const Reference< XObjectInputStream>& _rxInStream) throw(IOExcep… in read() argument 125 OControlModel::read( _rxInStream ); in read() 128 sal_uInt16 nVersion = _rxInStream->readShort(); in read() 133 readHelpTextCompatibly(_rxInStream); in read()
|
| H A D | FormComponent.cxx | 554 …lModel::readHelpTextCompatibly(const staruno::Reference< stario::XObjectInputStream >& _rxInStream) in readHelpTextCompatibly() argument 557 ::comphelper::operator>>( _rxInStream, sHelpText); in readHelpTextCompatibly() 835 void OControlModel::readAggregate( const Reference< XObjectInputStream >& _rxInStream ) in readAggregate() argument 839 xPersist->read( _rxInStream ); in readAggregate() 1728 … OBoundControlModel::readCommonProperties(const Reference<stario::XObjectInputStream>& _rxInStream) in readCommonProperties() argument 1730 sal_Int32 nLen = _rxInStream->readLong(); in readCommonProperties() 1732 Reference<stario::XMarkableStream> xMark(_rxInStream, UNO_QUERY); in readCommonProperties() 1739 nUsedFlag = _rxInStream->readLong(); in readCommonProperties() 1741 xPersist = _rxInStream->readObject(); in readCommonProperties() 1751 _rxInStream->skipBytes(nLen); in readCommonProperties() [all …]
|
| H A D | Edit.cxx | 531 void OEditModel::readAggregate( const Reference< XObjectInputStream >& _rxInStream ) in readAggregate() argument 544 xFakedPersist->read( _rxInStream ); in readAggregate() 581 void OEditModel::read(const Reference<XObjectInputStream>& _rxInStream) throw ( ::com::sun::star::i… in read() argument 583 OEditBaseModel::read(_rxInStream); in read()
|
| /AOO41X/main/comphelper/inc/comphelper/ |
| H A D | basicio.hxx | 41 …m>& operator >> (const staruno::Reference<stario::XObjectInputStream>& _rxInStream, sal_Bool& _rVa… 45 …m>& operator >> (const staruno::Reference<stario::XObjectInputStream>& _rxInStream, ::rtl::OUStrin… 49 …m>& operator >> (const staruno::Reference<stario::XObjectInputStream>& _rxInStream, sal_Int16& _rV… 53 …m>& operator >> (const staruno::Reference<stario::XObjectInputStream>& _rxInStream, sal_uInt16& _r… 57 …m>& operator >> (const staruno::Reference<stario::XObjectInputStream>& _rxInStream, sal_uInt32& _r… 61 …m>& operator >> (const staruno::Reference<stario::XObjectInputStream>& _rxInStream, sal_Int32& _rV… 70 …m>& operator >> (const staruno::Reference<stario::XObjectInputStream>& _rxInStream, staruno::Seque… in operator >>() argument 72 sal_Int32 nLen = _rxInStream->readLong(); in operator >>() 78 _rxInStream >> *pElement; in operator >>() 80 return _rxInStream; in operator >>()
|
| /AOO41X/main/forms/source/misc/ |
| H A D | InterfaceContainer.cxx | 448 void SAL_CALL OInterfaceContainer::readEvents(const Reference<XObjectInputStream>& _rxInStream) in readEvents() argument 453 Reference<XMarkableStream> xMark(_rxInStream, UNO_QUERY); in readEvents() 454 sal_Int32 nObjLen = _rxInStream->readLong(); in readEvents() 460 xObj->read(_rxInStream); in readEvents() 462 _rxInStream->skipBytes(nObjLen); in readEvents() 539 void SAL_CALL OInterfaceContainer::read( const Reference< XObjectInputStream >& _rxInStream ) throw… in read() argument 550 sal_Int32 nLen = _rxInStream->readLong(); in read() 555 sal_uInt16 nVersion = _rxInStream->readShort(); (void)nVersion; in read() 563 xObj = _rxInStream->readObject(); in read() 613 readEvents(_rxInStream); in read()
|