Searched refs:m_pLine (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/dbaccess/source/ui/querydesign/ |
| H A D | ConnectionLineAccess.cxx | 71 ,m_pLine(_pLine) in OConnectionLineAccess() 77 m_pLine = NULL; in disposing() 119 if( m_pLine ) in getAccessibleIndexInParent() 122 nIndex = m_pLine->GetParent()->GetTabWinMap()->size(); in getAccessibleIndexInParent() 123 … const ::std::vector<OTableConnection*>* pVec = m_pLine->GetParent()->getTableConnections(); in getAccessibleIndexInParent() 126 for (; aIter != aEnd && (*aIter) != m_pLine; ++nIndex,++aIter) in getAccessibleIndexInParent() 155 return m_pLine ? m_pLine->CheckHit(aPoint) : sal_False; in contains() 166 Rectangle aRect(m_pLine ? m_pLine->GetBoundingRect() : Rectangle()); in getBounds() 173 Point aPoint(m_pLine ? m_pLine->GetBoundingRect().TopLeft() : Point()); in getLocation() 180 …Point aPoint(m_pLine ? m_pLine->GetParent()->ScreenToOutputPixel(m_pLine->GetBoundingRect().TopLef… in getLocationOnScreen() [all …]
|
| /AOO41X/main/sfx2/inc/sfx2/ |
| H A D | dinfdlg.hxx | 331 CustomPropertyLine* m_pLine; member in CustomPropertiesEdit 336 Edit( pParent, rResId ), m_pLine( pLine ) {} in CustomPropertiesEdit() 338 inline CustomPropertyLine* GetLine() const { return m_pLine; } in GetLine() 344 CustomPropertyLine* m_pLine; member in CustomPropertiesTypeBox 349 ListBox( pParent, rResId ), m_pLine( pLine ) {} in CustomPropertiesTypeBox() 351 inline CustomPropertyLine* GetLine() const { return m_pLine; } in GetLine() 357 CustomPropertyLine* m_pLine; member in CustomPropertiesDateField 362 DateField( pParent, rResId ), m_pLine( pLine ) {} in CustomPropertiesDateField() 364 inline CustomPropertyLine* GetLine() const { return m_pLine; } in GetLine() 369 CustomPropertyLine* m_pLine; member in CustomPropertiesTimeField [all …]
|
| H A D | basedlgs.hxx | 176 FixedLine* m_pLine; member 182 m_pTabPage( NULL ), m_pSfxPage( NULL ), m_pLine( NULL ), m_pInfoImage( NULL ) {} in SingleTabDlgImpl()
|
| /AOO41X/main/sfx2/source/dialog/ |
| H A D | basedlgs.cxx | 841 delete pImpl->m_pLine; in ~SfxSingleTabDialog() 850 if ( !pImpl->m_pLine ) in SetPage() 851 pImpl->m_pLine = new FixedLine( this ); in SetPage() 888 pImpl->m_pLine->SetPosSizePixel( aPnt, aFLSz ); in SetPage() 905 pImpl->m_pLine->Show(); in SetPage()
|
| H A D | dinfdlg.cxx | 1674 Edit( pParent, rResId ), m_pLine( pLine ) in CustomPropertiesDurationField() 1708 sText += m_pLine->m_sDurationFormat; in SetDuration() 1721 PushButton( pParent, rResId ), m_pLine( pLine ) in CustomPropertiesEditButton() 1736 …DurationDialog_Impl* pDurationDlg = new DurationDialog_Impl( this, m_pLine->m_aDurationField.GetDu… in IMPL_LINK() 1738 m_pLine->m_aDurationField.SetDuration( pDurationDlg->GetDuration() ); in IMPL_LINK()
|
| /AOO41X/main/dbaccess/source/ui/inc/ |
| H A D | ConnectionLineAccess.hxx | 48 … const OTableConnection* m_pLine; // the window which I should give accessibility to member in dbaui::OConnectionLineAccess
|