Home
last modified time | relevance | path

Searched refs:pControl (Results 1 – 25 of 97) sorted by relevance

1234

/trunk/main/automation/source/server/
H A Dstatemnt.cxx2186 if ( !pControl ) in GetNextOverlap()
2198 return pControl; in GetNextOverlap()
2215 … if ( pControl && pControl->IsVisible() && !IsFirstDocFrame( pControl ) && !IsIMEWin( pControl ) ) in GetNextRecoverWin()
2352 pControl = pControl->GET_REAL_PARENT(); in Execute()
3620 if (!pControl) in ControlOK()
4279 …while ( pControl && !( ( pControl->GetType() == WINDOW_SYSWINDOW || pControl->GetType() == WINDOW_… in HandleCommonMethods()
4280 pControl = pControl->GET_REAL_PARENT(); in HandleCommonMethods()
4320 pControl = pControl->GET_REAL_PARENT(); in HandleCommonMethods()
4379 pControl = pControl->GET_REAL_PARENT(); in HandleCommonMethods()
4459 pControl = pControl->GET_REAL_PARENT(); in HandleCommonMethods()
[all …]
H A Dsta_list.cxx338 if ( pControl ) in SearchAllWin()
673 if ( pControl ) in GetMouseWin()
700 if ( !pControl ) in GetAnyActive()
704 if ( !pControl ) in GetAnyActive()
708 if ( !pControl ) in GetAnyActive()
712 if ( !pControl ) in GetAnyActive()
716 if ( !pControl ) in GetAnyActive()
720 if ( !pControl ) in GetAnyActive()
724 if ( !pControl ) in GetAnyActive()
728 if ( !pControl ) in GetAnyActive()
[all …]
/trunk/main/fpicker/source/aqua/
H A DControlHelper.cxx85 NSControl* pControl = (*control); in ~ControlHelper() local
96 [pControl release]; in ~ControlHelper()
177 if( pControl != nil ) { in enableControl()
183 [pControl setEnabled:bEnable]; in enableControl()
199 if( pControl == nil ) { in getLabel()
230 if (nil != pControl) { in setLabel()
264 if( pControl == nil ) { in setValue()
294 if( pControl == nil ) { in getValue()
349 NSControl* pControl = *child; in createUserPane() local
352 [pControl sizeToFit]; in createUserPane()
[all …]
/trunk/main/fpicker/source/office/
H A DOfficeControlAccess.cxx257 Control* pControl = NULL; in implGetControl() local
268 if ( !pControl ) in implGetControl()
277 return pControl; in implGetControl()
285 Control* pControl = implGetControl( _rControlName, &nControlId ); in setControlProperty() local
363 if ( pControl ) in setValue()
416 if ( pControl ) in getValue()
471 aRet = implGetControlProperty( pControl, nPropertyId ); in getValue()
482 if ( pControl ) in setLabel()
483 pControl->SetText( rLabel ); in setLabel()
493 if ( pControl ) in getLabel()
[all …]
H A Diodlg.cxx421 Window* pControl, in ControlChain_Impl() argument
424 : _pControl( pControl ), in ControlChain_Impl()
2969 if ( pControl ) in enableControl()
2970 EnableControl( pControl, _bEnable ); in enableControl()
3230 if ( pElement->_pControl == pControl ) in AddControl()
3238 WindowType nType = pControl->GetType(); in AddControl()
3246 long nTextWidth = pControl->GetTextWidth( pControl->GetText() ); in AddControl()
3259 aNewControlSize.Width() = pControl->GetTextWidth( pControl->GetText() ) + WIDTH_ADDITION; in AddControl()
3269 pControl->SetOutputSizePixel( aNewControlSize ); in AddControl()
3343 pControl->SetPosPixel( aNewControlPos ); in AddControl()
[all …]
/trunk/main/dbaccess/source/ui/dlg/
H A DTextConnectionHelper.cxx231 Window* pControl = pThisSection; in DBG_NAME() local
232 while ( ( pControl != pNextSection ) && pControl ) in DBG_NAME()
240 pControl = pControl->GetWindow( WINDOW_NEXT ); in DBG_NAME()
249 while ( pControl ) in DBG_NAME()
254 pControl = pControl->GetWindow( WINDOW_NEXT ); in DBG_NAME()
260 pControl != NULL; in DBG_NAME()
261 pControl = pControl->GetWindow( WINDOW_NEXT ) in DBG_NAME()
276 pControl != NULL; in DBG_NAME()
277 pControl = pControl->GetWindow( WINDOW_NEXT ) in DBG_NAME()
282 pControl->SetPosPixel( aPos ); in DBG_NAME()
[all …]
/trunk/main/svx/source/sidebar/
H A DPanelFactory.cxx139 Window* pControl = NULL; in createUIElement() local
153 pControl = AreaPropertyPanel::Create(pParentWindow, xFrame, pBindings); in createUIElement()
169 pControl = new InsertPropertyPanel(pParentWindow, xFrame); in createUIElement()
173 pControl = new GalleryControl(pBindings, pParentWindow); in createUIElement()
178 pControl = new SfxTemplatePanelControl(pBindings, pParentWindow); in createUIElement()
183 pControl = new ColorPanel(pParentWindow); in createUIElement()
188 pControl = new ContextPanel(pParentWindow); in createUIElement()
193 pControl = new NotYetImplementedPanel(pParentWindow); in createUIElement()
198 pControl = new EmptyPanel(pParentWindow); in createUIElement()
203 if (pControl != NULL) in createUIElement()
[all …]
/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx1091 pControl->SetDecimalDigits(0); in CreateNumericControl()
1092 pControl->SetMin(0); in CreateNumericControl()
1098 return pControl; in CreateNumericControl()
1615 if (pControl == pFormat) in IMPL_LINK()
1621 m_pActFocusWindow = pControl; in IMPL_LINK()
1629 if ((pControl == pLength) || (pControl == pTextLen) || (pControl == pScale)) in IMPL_LINK()
1635 if(pControl == m_pColumnName) in IMPL_LINK()
1641 …else if ((pControl == pDefault) || (pControl == pFormatSample) || (pControl == m_pAutoIncrementVal… in IMPL_LINK()
1647 …else if ((pControl == pRequired) || (pControl == pNumType) || (pControl == pAutoIncrement) || (pCo… in IMPL_LINK()
1654 if (pControl == pDefault) in IMPL_LINK()
[all …]
/trunk/main/sd/source/ui/sidebar/
H A DPanelFactory.cxx175 ::Window* pControl = NULL; in createUIElement()
180 pControl = new CustomAnimationPanel(pParentWindow, *pBase); in createUIElement()
182 pControl = new LayoutMenu(pParentWindow, *pBase, xSidebar); in createUIElement()
184 pControl = AllMasterPagesSelector::Create(pParentWindow, *pBase, xSidebar); in createUIElement()
186 pControl = RecentMasterPagesSelector::Create(pParentWindow, *pBase, xSidebar); in createUIElement()
188 pControl = CurrentMasterPagesSelector::Create(pParentWindow, *pBase, xSidebar); in createUIElement()
190 pControl = new SlideTransitionPanel(pParentWindow, *pBase); in createUIElement()
192 pControl = createTableDesignPanel(pParentWindow, *pBase); in createUIElement()
194 pControl = new NavigatorWrapper(pParentWindow, *pBase, pBindings); in createUIElement()
197 if (pControl == NULL) in createUIElement()
[all …]
H A DSidebarFactory.cxx176 ::Window* pControl = NULL; in createUIElement()
180 pControl = new CustomAnimationPanel(pParentWindow, *pBase); in createUIElement()
182 pControl = new LayoutMenu(pParentWindow, *pBase, xSidebar); in createUIElement()
184 pControl = AllMasterPagesSelector::Create(pParentWindow, *pBase, xSidebar); in createUIElement()
186 pControl = RecentMasterPagesSelector::Create(pParentWindow, *pBase, xSidebar); in createUIElement()
188 pControl = CurrentMasterPagesSelector::Create(pParentWindow, *pBase, xSidebar); in createUIElement()
190 pControl = new SlideTransitionPanel(pParentWindow, *pBase); in createUIElement()
192 pControl = new TableDesignPanel(pParentWindow, *pBase); in createUIElement()
195 if (pControl == NULL) in createUIElement()
207 pControl, in createUIElement()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_Scale.cxx582 Control* pControl = NULL; in DeactivatePage() local
604 pControl = &aFmtFldMin; in DeactivatePage()
610 pControl = &aFmtFldMin; in DeactivatePage()
615 pControl = &aFmtFldStepMain; in DeactivatePage()
623 pControl = &aFmtFldMin; in DeactivatePage()
630 pControl = &aFmtFldMax; in DeactivatePage()
637 pControl = &aFmtFldStepMain; in DeactivatePage()
644 pControl = &aFmtFldOrigin; in DeactivatePage()
649 pControl = &aFmtFldStepMain; in DeactivatePage()
774 if( pControl ) in ShowWarning()
[all …]
/trunk/main/svx/source/sidebar/line/
H A DLineWidthPopup.cxx58 LineWidthControl* pControl = dynamic_cast<LineWidthControl*>(mpControl.get()); in SetWidthSelect() local
59 if (pControl != NULL) in SetWidthSelect()
60 pControl->SetWidthSelect(lValue, bValuable, eMapUnit); in SetWidthSelect()
68 LineWidthControl* pControl = dynamic_cast<LineWidthControl*>(mpControl.get()); in PopupModeEndCallback() local
69 if (pControl != NULL) in PopupModeEndCallback()
71 if (pControl->IsCloseByEdit()) in PopupModeEndCallback()
77 String::CreateFromInt32(pControl->GetTmpCustomWidth())); in PopupModeEndCallback()
/trunk/main/svx/source/sidebar/text/
H A DTextCharacterSpacingPopup.cxx54 …TextCharacterSpacingControl* pControl = dynamic_cast<TextCharacterSpacingControl*>(mpControl.get()… in Rearrange() local
55 if (pControl != NULL) in Rearrange()
56 pControl->Rearrange(bLBAvailable,bAvailable,nKerning); in Rearrange()
62 …TextCharacterSpacingControl* pControl = dynamic_cast<TextCharacterSpacingControl*>(mpControl.get()… in PopupModeEndCallback() local
63 if (pControl == NULL) in PopupModeEndCallback()
66 if( pControl->GetLastCustomState() == SPACING_CLOSE_BY_CUS_EDIT) in PopupModeEndCallback()
71 aSeq[0].Value <<= ::rtl::OUString( String::CreateFromInt32( pControl->GetLastCustomValue() )); in PopupModeEndCallback()
/trunk/main/svx/source/form/
H A Dfmvwimp.cxx1311 SdrUnoObj* pControl( NULL ); in implCreateFieldControl() local
1324 return pControl; in implCreateFieldControl()
1329 pObjList->InsertObject( pControl ); in implCreateFieldControl()
1333 pLabel = pControl = NULL; in implCreateFieldControl()
1340 pObjList->InsertObject( pControl ); in implCreateFieldControl()
1417 SdrUnoObj* pControl( NULL ); in implCreateXFormsControl() local
1437 return pControl; in implCreateXFormsControl()
1444 pObjList->InsertObject(pControl); in implCreateXFormsControl()
1473 return pControl; in implCreateXFormsControl()
1589 if ( !pControl.get() ) in createControlLabelPair()
[all …]
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx3203 delete pControl; in ~SwTokenWindow()
3219 delete pControl; in SetForm()
3431 while( pControl && pActiveCtrl != pControl ) in InsertAtSelection()
3449 pExchange = pControl; in InsertAtSelection()
3459 while(pControl) in InsertAtSelection()
3820 while(pControl) in GetPattern()
3841 while(pControl) in Contains()
3961 while(pControl) in IMPL_LINK()
4006 while(pControl) in IMPL_LINK()
4009 ((SwTOXButton*)pControl)->Check(pBtn == pControl); in IMPL_LINK()
[all …]
/trunk/main/svx/source/sidebar/paragraph/
H A DParaLineSpacingPopup.cxx54 ParaLineSpacingControl* pControl = dynamic_cast<ParaLineSpacingControl*>(mpControl.get()); in Rearrange() local
55 if (pControl != NULL) in Rearrange()
56 pControl->Rearrange(currSPState,currMetricUnit, currSPItem,currentContext); in Rearrange()
62 ParaLineSpacingControl* pControl = dynamic_cast<ParaLineSpacingControl*>(mpControl.get()); in PopupModeEndCallback() local
63 if (pControl == NULL) in PopupModeEndCallback()
66 pControl->PopupModeEndCallback(); in PopupModeEndCallback()
/trunk/main/forms/source/richtext/
H A Drichtextcontrol.cxx402 RichTextControl* pControl = static_cast< RichTextControl* >( GetWindow() ); in draw() local
403 if ( !pControl ) in draw()
411 ::Size aSize = pControl->GetSizePixel(); in draw()
414 aSize = pControl->PixelToLogic( aSize, eTargetUnit ); in draw()
421 pControl->Draw( pTargetDevice, aPos, aSize, WINDOW_DRAW_NOCONTROLS ); in draw()
435 RichTextControl* pControl = static_cast< RichTextControl* >( GetWindow() ); in setProperty() local
438 pControl->SetBackgroundColor( ); in setProperty()
444 pControl->SetBackgroundColor( Color( nColor ) ); in setProperty()
461 RichTextControl* pControl = static_cast< RichTextControl* >( GetWindow() ); in setProperty() local
462 sal_Bool bReadOnly( pControl->IsReadOnly() ); in setProperty()
[all …]
/trunk/main/sfx2/source/sidebar/
H A DGridLayouter.cxx381 Window* pControl = iCellDescriptor->GetControl(); in LayoutColumn() local
382 if (pControl==NULL || ! pControl->IsVisible()) in LayoutColumn()
410 pControl->SetPosSizePixel( in LayoutColumn()
578 Window* pControl (iCellDescriptor->GetControl()); in Paint() local
579 if (pControl!=NULL && pControl->IsVisible()) in Paint()
582 pControl->GetPosPixel(), in Paint()
583 pControl->GetSizePixel()); in Paint()
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx1137 aDescriptor.Control = pControl; in describePropertyLine()
1138 pControl->SetFormatSupplier( pSupplier ); in describePropertyLine()
1145 aDescriptor.Control = pControl; in describePropertyLine()
1153 pControl->SetFormatDescription( aDesc ); in describePropertyLine()
1180 aDescriptor.Control = pControl; in describePropertyLine()
1185 pControl->SetDecimalDigits( in describePropertyLine()
1190 pControl->SetThousandsSep( in describePropertyLine()
1321 aDescriptor.Control = pControl; in describePropertyLine()
1734 if ( pControl ) in actuatingPropertyChanged()
1739 pControl->SetThousandsSep( bUseSep ); in actuatingPropertyChanged()
[all …]
/trunk/main/svtools/source/uno/
H A Dunoiface.cxx552 FileControl* pControl = (FileControl*) GetWindow(); in ~VCLXFileControl() local
553 if ( pControl ) in ~VCLXFileControl()
554 pControl->GetEdit().SetModifyHdl( Link() ); in ~VCLXFileControl()
577 FileControl* pControl = (FileControl*)GetWindow(); variable
578 if ( pControl )
745 FileControl* pControl = (FileControl*) GetWindow(); in getMinimumSize() local
746 if ( pControl ) in getMinimumSize()
767 FileControl* pControl = (FileControl*) GetWindow(); in calcAdjustedSize() local
768 if ( pControl ) in calcAdjustedSize()
783 if ( pControl ) in getMinimumSize()
[all …]
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx708 OCX_Control* pControl = NULL; in Read() local
710 pControl ) in Read()
3467 pControl = NULL; in createFromContainerRecord()
3496 pControl = new OCX_Image; in createFromContainerRecord()
3542 pControl->sName = record.cName; in createFromContainerRecord()
3580 delete pControl; in ProcessControl()
3595 pControl->sName = rec.cName; in ProcessControl()
3605 pControl->mnTabPos = rec.nTabPos; in ProcessControl()
3606 pControl->SetInDialog(true); in ProcessControl()
3612 pControl->mnStep = mnStep; in ProcessControl()
[all …]
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletextcomponent.cxx264 Control* pControl = static_cast< Control* >( GetWindow() ); in getCharacterBounds() local
265 if ( pControl ) in getCharacterBounds()
266 aRect = AWTRectangle( pControl->GetCharacterBounds( nIndex ) ); in getCharacterBounds()
287 Control* pControl = static_cast< Control* >( GetWindow() ); in getIndexAtPoint() local
288 if ( pControl ) in getIndexAtPoint()
289 nIndex = pControl->GetIndexForPoint( VCLPoint( aPoint ) ); in getIndexAtPoint()
/trunk/main/svtools/source/control/
H A Dtoolbarmenu.cxx133 if( pControl ) in ToolbarMenuEntry()
135 mpControl = pControl; in ToolbarMenuEntry()
315 if( pEntry && (pEntry->mpControl == pControl) ) in getAccessibleChild()
451 IMPL_LINK( ToolbarMenu, HighlightHdl, Control *, pControl ) in IMPL_LINK() argument
453 (void)pControl; in IMPL_LINK()
814 void ToolbarMenu::appendEntry( int nEntryId, Control* pControl, MenuItemBits nItemBits ) in appendEntry() argument
816 appendEntry( new ToolbarMenuEntry( *this, nEntryId, pControl, nItemBits ) ); in appendEntry()
1086 static bool implCheckSubControlCursorMove( Control* pControl, bool bUp, int& nLastColumn ) in implCheckSubControlCursorMove() argument
1088 ValueSet* pValueSet = dynamic_cast< ValueSet* >( pControl ); in implCheckSubControlCursorMove()
1194 void ToolbarMenu_Impl::implHighlightControl( sal_uInt16 nCode, Control* pControl ) in implHighlightControl() argument
[all …]
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx1193 Point aPos( pControl->GetPosPixel() ); in move_down()
1196 pControl->SetPosPixel( aPos ); in move_down()
1555 if( pControl == mpLBAfterEffect ) in IMPL_LINK()
1564 else if( pControl == mpLBTextAnim ) in IMPL_LINK()
1569 else if( pControl == mpLBSound ) in IMPL_LINK()
1577 else if( pControl == mpPBSoundPreview ) in IMPL_LINK()
2069 if( pControl == mpLBTrigger.get() ) in IMPL_LINK()
2555 if( pControl ) in setSubControl()
2558 pControl->SetZOrder( this, WINDOW_ZORDER_BEFOR ); in setSubControl()
2559 pControl->Show(); in setSubControl()
[all …]
/trunk/main/cui/source/inc/
H A Dcuicharmap.hxx108 DECL_LINK( CharDoubleClickHdl, Control* pControl );
109 DECL_LINK( CharSelectHdl, Control* pControl );
110 DECL_LINK( CharHighlightHdl, Control* pControl );
111 DECL_LINK( CharPreSelectHdl, Control* pControl );

Completed in 243 milliseconds

1234