Home
last modified time | relevance | path

Searched refs:iaioe (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sfx2/source/doc/
H A DDocumentMetadataAccess.cxx457 ucb::InteractiveAugmentedIOException iaioe; in mkException() local
458 iaioe.Message = i_rMessage; in mkException()
459 iaioe.Classification = task::InteractionClassification_ERROR; in mkException()
460 iaioe.Code = i_ErrorCode; in mkException()
467 iaioe.Arguments = ::comphelper::makeSequence( in mkException()
469 return iaioe; in mkException()
734 ucb::InteractiveAugmentedIOException iaioe; in initLoading() local
744 iaioe = e; in initLoading()
778 if (handleError(iaioe, i_xHandler)) goto retry; in initLoading()
/trunk/main/sw/source/filter/xml/
H A Dswxml.cxx886 ucb::InteractiveAugmentedIOException iaioe; in Read() local
887 if (e.TargetException >>= iaioe) in Read()
/trunk/main/sc/source/filter/xml/
H A Dxmlwrap.cxx519 ucb::InteractiveAugmentedIOException iaioe; in Import() local
520 if ( e.TargetException >>= iaioe ) in Import()