Home
last modified time | relevance | path

Searched refs:aMeta (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dwrtww8gr.cxx737 GDIMetaFile aMeta; in WriteGrfFromGrfNode() local
743 aMeta.Record(&aVirt); in WriteGrfFromGrfNode()
745 aMeta.Stop(); in WriteGrfFromGrfNode()
746 aMeta.WindStart(); in WriteGrfFromGrfNode()
872 GDIMetaFile aMeta; in WriteGrfForBullet() local
878 aMeta.Record(&aVirt); in WriteGrfForBullet()
880 aMeta.Stop(); in WriteGrfForBullet()
881 aMeta.WindStart(); in WriteGrfForBullet()
883 aMeta.SetPrefSize( rGrf.GetPrefSize()); in WriteGrfForBullet()
887 aMeta = rGrf.GetGDIMetaFile(); in WriteGrfForBullet()
[all …]
/trunk/main/dbaccess/source/sdbtools/connection/
H A Dobjectnames.cxx128 ::dbtools::DatabaseMetaData aMeta( m_xConnection ); in validateName_throw()
129 if ( aMeta.supportsSubqueriesInFrom() ) in validateName_throw()
156 ::dbtools::DatabaseMetaData aMeta( m_xConnection ); in validateName()
157 if ( !aMeta.restrictIdentifiersToSQL92() ) in validateName()
341 ::dbtools::DatabaseMetaData aMeta( _rxConnection ); in createExistenceCheck()
364 if ( aMeta.supportsSubqueriesInFrom() ) in createExistenceCheck()
H A Ddatasourcemetadata.cxx82 ::dbtools::DatabaseMetaData aMeta( getConnection() ); in supportsQueriesInFrom()
83 return aMeta.supportsSubqueriesInFrom(); in supportsQueriesInFrom()
/trunk/main/dbaccess/source/ui/dlg/
H A Dadvancedsettings.cxx478 DataSourceMetaData aMeta( eType ); in AdvancedSettingsDialog() local
479 const FeatureSet& rFeatures( aMeta.getFeatureSet() ); in AdvancedSettingsDialog()
504 DataSourceMetaData aMeta( _sURL ); in doesHaveAnyAdvancedSettings() local
505 const FeatureSet& rFeatures( aMeta.getFeatureSet() ); in doesHaveAnyAdvancedSettings()
H A DDriverSettings.cxx43 DataSourceMetaData aMeta( _sURLPrefix ); in getSupportedIndirectSettings() local
44 const FeatureSet& rFeatures( aMeta.getFeatureSet() ); in getSupportedIndirectSettings()
/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx1146 GDIMetaFile aMeta; in ReadWMF() local
1148 EnhWMFReader* pEMFReader = new EnhWMFReader ( *pEMFStream, aMeta ); in ReadWMF()
1154 pOut->AddFromGDIMetaFile( aMeta ); in ReadWMF()
1155 … pOut->SetrclFrame( Rectangle(0, 0, aMeta.GetPrefSize().Width(), aMeta.GetPrefSize().Height() )); in ReadWMF()
/trunk/main/chart2/source/controller/drawinglayer/
H A DViewElementListProvider.cxx193 GDIMetaFile aMeta(pView->GetMarkedObjMetaFile()); in GetSymbolGraphic() local
195 Graphic aGraph(aMeta); in GetSymbolGraphic()
/trunk/main/sfx2/source/appl/
H A Dfileobj.cxx203 GDIMetaFile aMeta( aGrf.GetGDIMetaFile() ); in GetData() local
204 aMeta.Write( aMemStm ); in GetData()
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRelationController.cxx514 DatabaseMetaData aMeta(getConnection()); in loadData() local
519 if ( aMeta.supportsThreads() ) in loadData()
/trunk/main/cui/source/tabpages/
H A Dtpline.cxx1044 GDIMetaFile aMeta(pView->GetMarkedObjMetaFile()); in Reset() local
1046 aSymbolGraphic=Graphic(aMeta); in Reset()
1777 GDIMetaFile aMeta(pView->GetMarkedObjMetaFile()); in IMPL_LINK() local
1782 SvxBrushItem* pBrushItem = new SvxBrushItem(Graphic(aMeta), GPOS_AREA, SID_ATTR_BRUSH); in IMPL_LINK()
/trunk/main/dbaccess/source/core/dataaccess/
H A Dconnection.cxx874 DatabaseMetaData aMeta( static_cast< XConnection* >( this ) ); in impl_checkTableQueryNames_nothrow() local
875 if ( !aMeta.supportsSubqueriesInFrom() ) in impl_checkTableQueryNames_nothrow()

Completed in 82 milliseconds