/aoo41x/main/automation/source/server/ |
H A D | statemnt.cxx | 2186 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 D | sta_list.cxx | 338 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 …]
|
/aoo41x/main/fpicker/source/aqua/ |
H A D | ControlHelper.cxx | 85 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 …]
|
/aoo41x/main/fpicker/source/office/ |
H A D | OfficeControlAccess.cxx | 257 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 D | iodlg.cxx | 419 Window* pControl, in ControlChain_Impl() argument 422 : _pControl( pControl ), in ControlChain_Impl() 2967 if ( pControl ) in enableControl() 2968 EnableControl( pControl, _bEnable ); in enableControl() 3228 if ( pElement->_pControl == pControl ) in AddControl() 3236 WindowType nType = pControl->GetType(); in AddControl() 3244 long nTextWidth = pControl->GetTextWidth( pControl->GetText() ); in AddControl() 3257 aNewControlSize.Width() = pControl->GetTextWidth( pControl->GetText() ) + WIDTH_ADDITION; in AddControl() 3267 pControl->SetOutputSizePixel( aNewControlSize ); in AddControl() 3341 pControl->SetPosPixel( aNewControlPos ); in AddControl() [all …]
|
/aoo41x/main/svx/source/sidebar/ |
H A D | PanelFactory.cxx | 139 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 …]
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | TextConnectionHelper.cxx | 233 Window* pControl = pThisSection; in DBG_NAME() local 234 while ( ( pControl != pNextSection ) && pControl ) in DBG_NAME() 242 pControl = pControl->GetWindow( WINDOW_NEXT ); in DBG_NAME() 251 while ( pControl ) in DBG_NAME() 256 pControl = pControl->GetWindow( WINDOW_NEXT ); in DBG_NAME() 262 pControl != NULL; in DBG_NAME() 263 pControl = pControl->GetWindow( WINDOW_NEXT ) in DBG_NAME() 278 pControl != NULL; in DBG_NAME() 279 pControl = pControl->GetWindow( WINDOW_NEXT ) in DBG_NAME() 284 pControl->SetPosPixel( aPos ); in DBG_NAME() [all …]
|
/aoo41x/main/sd/source/ui/sidebar/ |
H A D | PanelFactory.cxx | 175 ::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 D | SidebarFactory.cxx | 176 ::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()
|
/aoo41x/main/dbaccess/source/ui/control/ |
H A D | FieldDescControl.cxx | 1091 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 …]
|
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | tp_Scale.cxx | 582 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 …]
|
/aoo41x/main/svx/source/sidebar/line/ |
H A D | LineWidthPopup.cxx | 58 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()
|
/aoo41x/main/svx/source/sidebar/text/ |
H A D | TextCharacterSpacingPopup.cxx | 54 …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()
|
/aoo41x/main/svx/source/sidebar/paragraph/ |
H A D | ParaLineSpacingPopup.cxx | 54 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()
|
/aoo41x/main/svx/source/form/ |
H A D | fmvwimp.cxx | 1311 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 …]
|
/aoo41x/main/sw/source/ui/index/ |
H A D | cnttab.cxx | 3203 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 …]
|
/aoo41x/main/forms/source/richtext/ |
H A D | richtextcontrol.cxx | 402 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 …]
|
/aoo41x/main/sfx2/source/sidebar/ |
H A D | GridLayouter.cxx | 381 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()
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | formcomponenthandler.cxx | 1137 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 …]
|
/aoo41x/main/accessibility/source/standard/ |
H A D | vclxaccessibletextcomponent.cxx | 264 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()
|
/aoo41x/main/svtools/source/uno/ |
H A D | unoiface.cxx | 552 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 …]
|
/aoo41x/main/svtools/source/control/ |
H A D | toolbarmenu.cxx | 133 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 …]
|
/aoo41x/main/filter/source/msfilter/ |
H A D | msocximex.cxx | 708 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 …]
|
/aoo41x/main/cui/source/inc/ |
H A D | cuicharmap.hxx | 108 DECL_LINK( CharDoubleClickHdl, Control* pControl ); 109 DECL_LINK( CharSelectHdl, Control* pControl ); 110 DECL_LINK( CharHighlightHdl, Control* pControl ); 111 DECL_LINK( CharPreSelectHdl, Control* pControl );
|
/aoo41x/main/sd/source/ui/animations/ |
H A D | CustomAnimationDialog.cxx | 1193 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 …]
|