Searched refs:aMeta (Results 1 – 11 of 11) sorted by relevance
737 GDIMetaFile aMeta; in WriteGrfFromGrfNode() local743 aMeta.Record(&aVirt); in WriteGrfFromGrfNode()745 aMeta.Stop(); in WriteGrfFromGrfNode()746 aMeta.WindStart(); in WriteGrfFromGrfNode()872 GDIMetaFile aMeta; in WriteGrfForBullet() local878 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 …]
128 ::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()
82 ::dbtools::DatabaseMetaData aMeta( getConnection() ); in supportsQueriesInFrom()83 return aMeta.supportsSubqueriesInFrom(); in supportsQueriesInFrom()
478 DataSourceMetaData aMeta( eType ); in AdvancedSettingsDialog() local479 const FeatureSet& rFeatures( aMeta.getFeatureSet() ); in AdvancedSettingsDialog()504 DataSourceMetaData aMeta( _sURL ); in doesHaveAnyAdvancedSettings() local505 const FeatureSet& rFeatures( aMeta.getFeatureSet() ); in doesHaveAnyAdvancedSettings()
43 DataSourceMetaData aMeta( _sURLPrefix ); in getSupportedIndirectSettings() local44 const FeatureSet& rFeatures( aMeta.getFeatureSet() ); in getSupportedIndirectSettings()
1146 GDIMetaFile aMeta; in ReadWMF() local1148 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()
193 GDIMetaFile aMeta(pView->GetMarkedObjMetaFile()); in GetSymbolGraphic() local195 Graphic aGraph(aMeta); in GetSymbolGraphic()
203 GDIMetaFile aMeta( aGrf.GetGDIMetaFile() ); in GetData() local204 aMeta.Write( aMemStm ); in GetData()
514 DatabaseMetaData aMeta(getConnection()); in loadData() local519 if ( aMeta.supportsThreads() ) in loadData()
1044 GDIMetaFile aMeta(pView->GetMarkedObjMetaFile()); in Reset() local1046 aSymbolGraphic=Graphic(aMeta); in Reset()1777 GDIMetaFile aMeta(pView->GetMarkedObjMetaFile()); in IMPL_LINK() local1782 SvxBrushItem* pBrushItem = new SvxBrushItem(Graphic(aMeta), GPOS_AREA, SID_ATTR_BRUSH); in IMPL_LINK()
874 DatabaseMetaData aMeta( static_cast< XConnection* >( this ) ); in impl_checkTableQueryNames_nothrow() local875 if ( !aMeta.supportsSubqueriesInFrom() ) in impl_checkTableQueryNames_nothrow()
Completed in 164 milliseconds