Home
last modified time | relevance | path

Searched refs:pSelect (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/ui/dbui/
H A Daddresslistdialog.cxx301 SvLBoxEntry* pSelect = m_aListLB.FirstSelected(); in IMPL_LINK() local
303 if(pSelect && xMgr.is()) in IMPL_LINK()
509 SvLBoxEntry* pSelect = m_aListLB.FirstSelected(); in IMPL_LINK() local
522 if(pSelect) in IMPL_STATIC_LINK()
564 SvLBoxEntry* pSelect, in DetectTablesAndQueries() argument
649 m_aOK.Enable(pSelect && sCommand.Len()); in DetectTablesAndQueries()
667 if(pSelect) in IMPL_LINK()
699 if(pSelect) in GetSource()
714 if(pSelect) in GetConnection()
728 if(pSelect) in GetColumnsSupplier()
[all …]
H A Daddresslistdialog.hxx90 void DetectTablesAndQueries(SvLBoxEntry* pSelect, bool bWidthDialog);
/trunk/main/connectivity/source/parse/
H A Dsqliterator.cxx618 void OSQLParseTreeIterator::getSelect_statement(OSQLTables& _rTables,const OSQLParseNode* pSelect) in getSelect_statement() argument
621 if(SQL_ISRULE(pSelect,union_statement)) in getSelect_statement()
623 getSelect_statement(_rTables,pSelect->getChild(0)); in getSelect_statement()
627 OSQLParseNode * pTableRefCommalist = pSelect->getChild(3)->getChild(0)->getChild(1); in getSelect_statement()
/trunk/main/connectivity/inc/connectivity/
H A Dsqliterator.hxx90 void getSelect_statement(OSQLTables& _rTables,const OSQLParseNode* pSelect);
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx2309 void PDFWriterImpl::getFontMetric( ImplFontSelectData* pSelect, ImplFontMetricData* pMetric ) const in getFontMetric() argument
2311 const ImplPdfBuiltinFontData* pFD = GetPdfFontData( pSelect->mpFontData ); in getFontMetric()
2316 pMetric->mnOrientation = sal::static_int_cast<short>(pSelect->mnOrientation); in getFontMetric()
2322 pMetric->mnWidth = pSelect->mnHeight; in getFontMetric()
2323 pMetric->mnAscent = ( pSelect->mnHeight * +pBuiltinFont->m_nAscent + 500 ) / 1000; in getFontMetric()
2324 pMetric->mnDescent = ( pSelect->mnHeight * -pBuiltinFont->m_nDescent + 500 ) / 1000; in getFontMetric()
2446 SalLayout* PDFWriterImpl::GetTextLayout( ImplLayoutArgs& rArgs, ImplFontSelectData* pSelect ) in GetTextLayout() argument
2448 DBG_ASSERT( (pSelect->mpFontData != NULL), in GetTextLayout()
2451 const ImplPdfBuiltinFontData* pFD = GetPdfFontData( pSelect->mpFontData ); in GetTextLayout()
2456 long nPixelPerEM = pSelect->mnWidth ? pSelect->mnWidth : pSelect->mnHeight; in GetTextLayout()
[all …]
/trunk/main/vcl/source/window/
H A Dmenu.cxx3896 Menu* pSelect = ImplFindSelectMenu(); in ImplExecute() local
3897 if ( pSelect ) in ImplExecute()
3900 Application::RemoveUserEvent( pSelect->nEventId ); in ImplExecute()
3901 pSelect->nEventId = 0; in ImplExecute()
3902 pSelect->Select(); in ImplExecute()

Completed in 107 milliseconds