Lines Matching refs:xMCF

1149 	Reference< XMultiComponentFactory > xMCF = getMultiComponentFactory();  in storeToURL()  local
1151 xFileAccess = Reference< ucb::XSimpleFileAccess >( xMCF->createInstanceWithContext in storeToURL()
1291 BinaryOutput( Reference< XMultiComponentFactory > xMCF,
1310 BinaryOutput::BinaryOutput( Reference< XMultiComponentFactory > xMCF, in BinaryOutput() argument
1312 : m_xMCF( xMCF ) in BinaryOutput()
1422 Reference< XMultiComponentFactory > xMCF = getMultiComponentFactory(); in exportBinary() local
1423 BinaryOutput aOut( xMCF, m_xContext ); in exportBinary()
1512 BinaryInput( Sequence< ::sal_Int8 > aData, Reference< XMultiComponentFactory > xMCF,
1527 BinaryInput::BinaryInput( Sequence< ::sal_Int8 > aData, Reference< XMultiComponentFactory > xMCF, in BinaryInput() argument
1530 , m_xMCF( xMCF ) in BinaryInput()
1653 Reference< XMultiComponentFactory > xMCF = getMultiComponentFactory(); in importBinary() local
1654 BinaryInput aIn( Data, xMCF, m_xContext ); in importBinary()
2015 Reference< XMultiComponentFactory > xMCF = getMultiComponentFactory(); in implReadPropertiesFile() local
2016 Reference< io::XTextInputStream > xTextInputStream( xMCF->createInstanceWithContext in implReadPropertiesFile()
2236 Reference< XMultiComponentFactory > xMCF = getMultiComponentFactory(); in implWritePropertiesFile() local
2237 Reference< io::XTextOutputStream > xTextOutputStream( xMCF->createInstanceWithContext in implWritePropertiesFile()
3021 Reference< XMultiComponentFactory > xMCF = getMultiComponentFactory(); in getFileAccess() local
3022 m_xSFI = Reference< ucb::XSimpleFileAccess >( xMCF->createInstanceWithContext in getFileAccess()