Searched refs:m_pLine (Results 1 – 6 of 6) sorted by relevance
/aoo42x/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() 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() 187 Size aSize(m_pLine ? m_pLine->GetBoundingRect().GetSize() : Size()); in getSize() 194 …return m_pLine ? m_pLine->GetParent()->GetWindowRegionPixel().IsInside(m_pLine->GetBoundingRect())… in isShowing() 221 if( m_pLine ) in getRelation() [all …]
|
/aoo42x/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() 344 CustomPropertyLine* m_pLine; member in CustomPropertiesTypeBox 349 ListBox( pParent, rResId ), m_pLine( pLine ) {} in CustomPropertiesTypeBox() 357 CustomPropertyLine* m_pLine; member in CustomPropertiesDateField 362 DateField( pParent, rResId ), m_pLine( pLine ) {} in CustomPropertiesDateField() 369 CustomPropertyLine* m_pLine; member in CustomPropertiesTimeField 374 TimeField( pParent, rResId ), m_pLine( pLine ) {} in CustomPropertiesTimeField() 380 CustomPropertyLine* m_pLine; member in CustomPropertiesDurationField 394 CustomPropertyLine* m_pLine; member in CustomPropertiesEditButton [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()
|
/aoo42x/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()
|
/aoo42x/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
|
Completed in 35 milliseconds