Lines Matching refs:pElement
490 ::rtl::Reference<Element> pElement (*iElement); in disposing()
492 static_cast<XWeak*>(pElement.get()), UNO_QUERY); in disposing()
832 ::rtl::Reference<Element> pElement; in ProcessEntry()
834 pElement = Button::Create(this); in ProcessEntry()
836 pElement = CurrentTimeLabel::Create(this); in ProcessEntry()
838 pElement = PresentationTimeLabel::Create(this); in ProcessEntry()
840 pElement = ::rtl::Reference<Element>(new VerticalSeparator(this)); in ProcessEntry()
842 pElement = ::rtl::Reference<Element>(new HorizontalSeparator(this)); in ProcessEntry()
844 pElement = ::rtl::Reference<Element>(new Label(this)); in ProcessEntry()
851 if (pElement.is()) in ProcessEntry()
853 pElement->SetModes( pNormalMode, pMouseOverMode, pSelectedMode, pDisabledMode); in ProcessEntry()
854 pElement->UpdateState(); in ProcessEntry()
856 mpCurrentContainerPart->push_back(pElement); in ProcessEntry()
1687 ::rtl::Reference<Button> pElement (new Button(rpToolBar)); in Create()
1688 pElement->Initialize(); in Create()
1689 return ::rtl::Reference<Element>(pElement.get()); in Create()
2190 ::rtl::Reference<TimeLabel> pElement(new CurrentTimeLabel(rpToolBar)); in Create()
2191 pElement->ConnectToTimer(); in Create()
2192 return ::rtl::Reference<Element>(pElement.get()); in Create()
2242 ::rtl::Reference<TimeLabel> pElement(new PresentationTimeLabel(rpToolBar)); in Create()
2243 pElement->ConnectToTimer(); in Create()
2244 return ::rtl::Reference<Element>(pElement.get()); in Create()