/aoo41x/main/sc/source/ui/inc/ |
H A D | validate.hxx | 48 …void (ScRefHandlerCaller::*m_pRefInputStartPreHdl)( ScRefEdit* pEdit, ScRefButton* pBut… 49 …void (ScRefHandlerCaller::*m_pRefInputStartPostHdl)( ScRefEdit* pEdit, ScRefButton* pBu… 56 typedef void (ScRefHandlerCaller::*PINPUTSTARTDLTYPE)( ScRefEdit* pEdit, ScRefButton* pButton ); 145 virtual void RefInputStart( ScRefEdit* pEdit, ScRefButton* pButton = NULL ) in RefInputStart() argument 147 if( !CanInputStart( pEdit ) ) in RefInputStart() 151 (m_pHandler->*m_pRefInputStartPreHdl)( pEdit, pButton ); in RefInputStart() 153 ScValidationDlgBase::RefInputStart( pEdit, pButton ); in RefInputStart() 155 (m_pHandler->*m_pRefInputStartPostHdl)( pEdit, pButton ); in RefInputStart() 247 …, const ResId& rResId, ScRefEdit* pEdit = NULL, ScRefHandler *pRefHdlr = NULL ): ::ScRefButton( pP… in ScRefButtonEx() argument 252 void RefInputStartPreHdl( ScRefEdit* pEdit, ScRefButton* pButton );
|
H A D | anyrefdg.hxx | 96 void ReleaseFocus( formula::RefEdit* pEdit, formula::RefButton* pButton = NULL ); 98 … void RefInputStart( formula::RefEdit* pEdit, formula::RefButton* pButton = NULL ); 100 …void ToggleCollapsed( formula::RefEdit* pEdit, formula::RefButton* pButton = NULL ); 113 bool CanInputStart( const ScRefEdit *pEdit ){ return !!pEdit; } in CanInputStart() argument 154 … virtual void RefInputStart( formula::RefEdit* pEdit, formula::RefButton* pButton = NULL ); 176 …virtual void ToggleCollapsed( formula::RefEdit* pEdit, formula::RefButton* pButton = NULL ); 177 virtual void ReleaseFocus( formula::RefEdit* pEdit, formula::RefButton* pButton = NULL ); 192 inline bool CanInputStart( const ScRefEdit *pEdit ); 259 inline bool ScRefHandler::CanInputStart( const ScRefEdit *pEdit ) in CanInputStart() argument 261 return m_aHelper.CanInputStart( pEdit ); in CanInputStart()
|
/aoo41x/main/svtools/workben/ |
H A D | browser.cxx | 112 Edit* pEdit; member in Browser 341 pEdit( 0 ) in Browser() 363 delete pEdit; in ~Browser() 396 if ( pEdit ) in StartScroll() 397 pEdit->Hide(); in StartScroll() 407 if ( pEdit ) in EndScroll() 408 pEdit->Show(); in EndScroll() 427 DELETEZ(pEdit); in Select() 451 if ( !pEdit ) in DoubleClick() 455 pEdit->Show(); in DoubleClick() [all …]
|
/aoo41x/main/svtools/source/dialogs/ |
H A D | filedlg2.cxx | 139 delete pEdit; in ~ImpPathDialog() 312 DirEntry aFile( pEdit->GetText() ); in IMPL_LINK() 498 pEdit->SetText( aDirName ); in UpdateDirs() 672 pEdit->SetText( rPath ); in SetPath() 689 DirEntry aFile( pEdit->GetText() ); in GetPath() 916 pEdit->SetText( aMask() ); in IMPL_LINK() 952 pEdit->SetText( aMask() ); in IMPL_LINK() 1153 pEdit->SetText( aWildCard ); in SetPath() 1156 pEdit->SetText( rPath ); in SetPath() 1269 if( pEdit->GetText().Len() == 0 ) in PreExecute() [all …]
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | anyrefdg.cxx | 299 if( !pRefEdit && pEdit ) in ReleaseFocus() 301 m_pDlg->RefInputStart( pEdit, pButton ); in ReleaseFocus() 417 pRefEdit = pEdit; in RefInputStart() 503 if( pEdit ) in ToggleCollapsed() 505 if( pRefEdit == pEdit ) // is this the active ref edit field? in ToggleCollapsed() 513 m_pDlg->RefInputStart( pEdit, pButton ); // start ref input in ToggleCollapsed() 882 void ScRefHandler::RefInputStart( formula::RefEdit* pEdit, formula::RefButton* pButton ) in RefInputStart() argument 884 m_aHelper.RefInputStart( pEdit, pButton ); in RefInputStart() 890 m_aHelper.ToggleCollapsed( pEdit, pButton ); in ToggleCollapsed() 998 void ScRefHandler::ReleaseFocus( formula::RefEdit* pEdit, formula::RefButton* pButton ) in ReleaseFocus() argument [all …]
|
H A D | optsolver.cxx | 598 Edit* pEdit = NULL; in IMPL_LINK() local 602 pEdit = mpEdActive = &maEdObjectiveCell; in IMPL_LINK() 604 pEdit = mpEdActive = &maEdTargetValue; in IMPL_LINK() 606 pEdit = mpEdActive = &maEdVariableCells; in IMPL_LINK() 610 pEdit = mpEdActive = mpLeftEdit[nRow]; in IMPL_LINK() 619 if( pEdit ) in IMPL_LINK() 702 if ( pEdit == mpLeftEdit[0] || pEdit == mpRightEdit[0] ) in IMPL_LINK() 718 if ( pEdit == mpLeftEdit[nRow] ) in IMPL_LINK() 720 else if ( pEdit == mpRightEdit[nRow] ) in IMPL_LINK() 735 if ( pEdit == mpLeftEdit[EDIT_ROW_COUNT-1] || pEdit == mpRightEdit[EDIT_ROW_COUNT-1] ) in IMPL_LINK() [all …]
|
H A D | solvrdlg.cxx | 286 Edit* pEdit = NULL; in IMPL_LINK() local 290 pEdit = pEdActive = &aEdFormulaCell; in IMPL_LINK() 292 pEdit = pEdActive = &aEdVariableCell; in IMPL_LINK() 294 pEdit = &aEdTargetVal; in IMPL_LINK() 296 if( pEdit ) in IMPL_LINK() 297 pEdit->SetSelection( Selection( 0, SELECTION_MAX ) ); in IMPL_LINK()
|
/aoo41x/main/accessibility/source/standard/ |
H A D | vclxaccessibleedit.cxx | 146 Edit* pEdit = static_cast< Edit* >( GetWindow() ); in implGetText() local 147 if ( pEdit ) in implGetText() 149 aText = OutputDevice::GetNonMnemonicString( pEdit->GetText() ); in implGetText() 153 xub_Unicode cEchoChar = pEdit->GetEchoChar(); in implGetText() 237 Edit* pEdit = static_cast< Edit* >( GetWindow() ); in getAccessibleRole() local 238 if ( pEdit && ( ( pEdit->GetStyle() & WB_PASSWORD ) || pEdit->GetEchoChar() ) ) in getAccessibleRole() 438 Edit* pEdit = static_cast< Edit* >( GetWindow() ); in setSelection() local 439 if ( pVCLXEdit && pEdit && pEdit->IsEnabled() ) in setSelection()
|
/aoo41x/main/toolkit/source/awt/ |
H A D | vclxwindows.cxx | 3577 if ( pEdit ) in setText() 3594 if ( pEdit ) in insertText() 3624 if ( pEdit) in getSelectedText() 3635 if ( pEdit ) in setSelection() 3645 if ( pEdit ) in getSelection() 3655 return ( pEdit && !pEdit->IsReadOnly() && pEdit->IsEnabled() ) ? sal_True : sal_False; in isEditable() 3663 if ( pEdit ) in setEditable() 3673 if ( pEdit ) in setMaxTextLen() 3682 return pEdit ? pEdit->GetMaxTextLen() : 0; in getMaxTextLen() 3690 if ( pEdit ) in setEchoChar() [all …]
|
/aoo41x/main/sw/source/ui/table/ |
H A D | tabledlg.cxx | 350 if( &aRightMF == pEdit) in IMPL_LINK_INLINE_START() 351 RightModifyHdl(pEdit); in IMPL_LINK_INLINE_START() 352 ModifyHdl( pEdit ); in IMPL_LINK_INLINE_START() 366 if( pEdit == &aWidthMF ) in IMPL_LINK_INLINE_END() 419 if( pEdit == &aRightMF ) in IMPL_LINK_INLINE_END() 427 if( pEdit == &aLeftMF ) in IMPL_LINK_INLINE_END() 1009 ModifyHdl( pEdit ); in IMPL_LINK_INLINE_START() 1019 ModifyHdl( pEdit ); in IMPL_LINK_INLINE_END() 1028 if(pEdit->IsModified()) in IMPL_LINK_INLINE_END() 1031 ModifyHdl( pEdit ); in IMPL_LINK_INLINE_END() [all …]
|
/aoo41x/main/sw/source/ui/frmdlg/ |
H A D | wrap.cxx | 657 IMPL_LINK( SwWrapTabPage, RangeModifyHdl, MetricField *, pEdit ) in IMPL_LINK() argument 661 sal_Int64 nValue = pEdit->GetValue(); in IMPL_LINK() 662 if (pEdit == &aLeftMarginED) in IMPL_LINK() 664 else if (pEdit == &aRightMarginED) in IMPL_LINK() 666 else if (pEdit == &aTopMarginED) in IMPL_LINK() 668 else if (pEdit == &aBottomMarginED) in IMPL_LINK() 673 sal_Int64 nValue = pEdit->GetValue(); in IMPL_LINK() 676 if (pEdit == &aLeftMarginED) in IMPL_LINK() 678 else if (pEdit == &aRightMarginED) in IMPL_LINK() 680 else if (pEdit == &aTopMarginED) in IMPL_LINK() [all …]
|
/aoo41x/main/sw/source/ui/utlui/ |
H A D | swrenamexnameddlg.cxx | 112 IMPL_LINK(SwRenameXNamedDlg, ModifyHdl, NoSpaceEdit*, pEdit) in IMPL_LINK() argument 114 String sTmp(pEdit->GetText()); in IMPL_LINK() 119 for(sal_uInt16 i = 0; i < pEdit->GetForbiddenChars().Len(); i++) in IMPL_LINK() 122 sTmp.EraseAllChars(pEdit->GetForbiddenChars().GetChar(i)); in IMPL_LINK() 124 sMsg += pEdit->GetForbiddenChars().GetChar(i); in IMPL_LINK() 128 pEdit->SetText(sTmp); in IMPL_LINK()
|
H A D | navipi.cxx | 542 IMPL_LINK( SwNavigationPI, EditAction, NumEditAction *, pEdit ) in IMPL_LINK() argument 562 IMPL_LINK( SwNavigationPI, EditGetFocus, NumEditAction *, pEdit ) in IMPL_LINK() argument 570 pEdit->SetMax(nPageCnt); in IMPL_LINK() 571 pEdit->SetLast(nPageCnt); in IMPL_LINK() 812 NumEditAction* pEdit = new NumEditAction( in SwNavigationPI() local 814 pEdit->SetActionHdl(LINK(this, SwNavigationPI, EditAction)); in SwNavigationPI() 815 pEdit->SetGetFocusHdl(LINK(this, SwNavigationPI, EditGetFocus)); in SwNavigationPI() 816 pEdit->SetAccessibleName(pEdit->GetQuickHelpText()); in SwNavigationPI() 817 pEdit->SetUpHdl(LINK(this, SwNavigationPI, PageEditModifyHdl)); in SwNavigationPI() 831 pEdit->SetSizePixel(aItemWinSize); in SwNavigationPI() [all …]
|
/aoo41x/main/svtools/source/uno/ |
H A D | unoiface.cxx | 226 if ( pEdit ) in setText() 228 pEdit->SetText( aText ); in setText() 232 pEdit->SetModifyFlag(); in setText() 233 pEdit->Modify(); in setText() 243 if ( pEdit ) in insertText() 256 if ( pEdit ) in getText() 338 if ( pEdit ) in getTextLines() 349 if ( pEdit ) in getMinimumSize() 365 if ( pEdit ) in calcAdjustedSize() 376 if ( pEdit ) in getMinimumSize() [all …]
|
/aoo41x/main/svtools/source/contnr/ |
H A D | svlbox.cxx | 287 pEdit->SetFont( aFont ); in SvInplaceEdit2() 289 pEdit->SetPosPixel( rPos ); in SvInplaceEdit2() 290 pEdit->SetSizePixel( rSize ); in SvInplaceEdit2() 291 pEdit->SetText( rData ); in SvInplaceEdit2() 293 pEdit->SaveValue(); in SvInplaceEdit2() 303 pEdit->Show(); in SvInplaceEdit2() 304 pEdit->GrabFocus(); in SvInplaceEdit2() 315 delete pEdit; in ~SvInplaceEdit2() 325 pEdit->Hide(); in Hide() 410 pEdit->Hide(); in IMPL_LINK_INLINE_END() [all …]
|
/aoo41x/main/sw/source/ui/dbui/ |
H A D | createaddresslistdialog.cxx | 274 IMPL_LINK(SwAddressControl_Impl, GotFocusHdl_Impl, Edit*, pEdit) in IMPL_LINK() argument 276 if(0 != (GETFOCUS_TAB & pEdit->GetGetFocusFlags())) in IMPL_LINK() 278 Rectangle aRect(pEdit->GetPosPixel(), pEdit->GetSizePixel()); in IMPL_LINK() 309 IMPL_LINK(SwAddressControl_Impl, EditModifyHdl_Impl, Edit*, pEdit) in IMPL_LINK() argument 312 sal_Int32 nIndex = (sal_Int32)(sal_IntPtr)pEdit->GetData(); in IMPL_LINK() 317 m_pData->aDBData[m_nCurrentDataSet][nIndex] = pEdit->GetText(); in IMPL_LINK() 328 Edit* pEdit = m_aEdits[nElement]; in SetCursorTo() local 329 pEdit->GrabFocus(); in SetCursorTo() 330 Rectangle aRect(pEdit->GetPosPixel(), pEdit->GetSizePixel()); in SetCursorTo()
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | passwd.cxx | 44 IMPL_LINK_INLINE_START( SfxPasswordDialog, EditModifyHdl, Edit *, pEdit ) in IMPL_LINK_INLINE_START() argument 46 if( mbAsciiOnly && (pEdit == &maPasswordED || pEdit == &maPassword2ED) ) in IMPL_LINK_INLINE_START() 48 rtl::OUString aTest( pEdit->GetText() ); in IMPL_LINK_INLINE_START() 64 pEdit->SetSelection( Selection( 0, nLen ) ); in IMPL_LINK_INLINE_START() 65 pEdit->ReplaceSelected( aFilter.makeStringAndClear() ); in IMPL_LINK_INLINE_START()
|
H A D | mgetempl.cxx | 374 IMPL_LINK_INLINE_START( SfxManageStyleSheetPage, GetFocusHdl, Edit *, pEdit ) in IMPL_LINK_INLINE_START() argument 383 aBuf = pEdit->GetText().EraseLeadingChars(); in IMPL_LINK_INLINE_START() 386 IMPL_LINK_INLINE_END( SfxManageStyleSheetPage, GetFocusHdl, Edit *, pEdit ) in IMPL_LINK_INLINE_END() argument 390 IMPL_LINK_INLINE_START( SfxManageStyleSheetPage, LoseFocusHdl, Edit *, pEdit ) in IMPL_LINK_INLINE_END() 402 const String aStr( pEdit->GetText().EraseLeadingChars() ); in IMPL_LINK_INLINE_END() 403 pEdit->SetText( aStr ); in IMPL_LINK_INLINE_END() 409 IMPL_LINK_INLINE_END( SfxManageStyleSheetPage, LoseFocusHdl, Edit *, pEdit ) in IMPL_LINK_INLINE_END() argument
|
/aoo41x/main/dbaccess/source/ext/adabas/ |
H A D | AdabasNewDb.cxx | 568 IMPL_LINK( OAdabasNewDbDlg, LoseFocusHdl, Edit *, pEdit ) in IMPL_LINK() argument 570 if(&m_ET_SYSDEVSPACE == pEdit) in IMPL_LINK() 571 m_SYSDEV_File = pEdit->GetText(); in IMPL_LINK() 572 else if(&m_ET_TRANSACTIONLOG == pEdit) in IMPL_LINK() 573 m_TRANSDEV_File = pEdit->GetText(); in IMPL_LINK() 574 else if(&m_ET_DATADEVSPACE == pEdit) in IMPL_LINK() 575 m_DATADEV_File = pEdit->GetText(); in IMPL_LINK() 576 else if(&m_ET_RESTORE == pEdit) in IMPL_LINK() 577 m_Backup_File = pEdit->GetText(); in IMPL_LINK() 578 else if(&m_ET_DATABASENAME == pEdit) in IMPL_LINK() [all …]
|
/aoo41x/main/vcl/source/control/ |
H A D | field2.cxx | 393 XubString aText = pEdit->GetText(); in ImplPatternProcessStrictModify() 435 pEdit->SetText( aNewText, aSel ); in ImplPatternProcessStrictModify() 509 pEdit->SetSelection( aSel ); in ImplPatternProcessKeyInput() 525 pEdit->SetSelection( aSel ); in ImplPatternProcessKeyInput() 541 pEdit->SetSelection( aSel ); in ImplPatternProcessKeyInput() 563 pEdit->SetSelection( aSel ); in ImplPatternProcessKeyInput() 617 pEdit->SetModifyFlag(); in ImplPatternProcessKeyInput() 618 pEdit->Modify(); in ImplPatternProcessKeyInput() 694 XubString aStr = pEdit->GetText(); in ImplPatternProcessKeyInput() 750 pEdit->SetModifyFlag(); in ImplPatternProcessKeyInput() [all …]
|
/aoo41x/main/sc/source/filter/rtf/ |
H A D | rtfparse.cxx | 85 Link aOldLink = pEdit->GetImportHdl(); in Read() 86 pEdit->SetImportHdl( LINK( this, ScRTFParser, RTFImportHdl ) ); in Read() 87 sal_uLong nErr = pEdit->Read( rStream, rBaseURL, EE_FORMAT_RTF ); in Read() 97 && pE->aSel.nStartPos == pEdit->GetTextLen( pE->aSel.nStartPara ) in Read() 105 pEdit->SetImportHdl( aOldLink ); in Read() 115 pE->aSel.nEndPos = pEdit->GetTextLen( aSel.nEndPara - 1 ); in EntryEnd()
|
/aoo41x/main/cui/source/options/ |
H A D | optinet2.cxx | 661 IMPL_LINK( SvxProxyTabPage, LoseFocusHdl_Impl, Edit *, pEdit ) in IMPL_LINK() argument 663 XubString aValue = pEdit->GetText(); in IMPL_LINK() 666 pEdit->SetText( '0' ); in IMPL_LINK() 892 Window** pEdit = pEdits; in InitControls_Impl() local 894 for ( i = 0; i < nCCount; ++i, ++pEdit ) in InitControls_Impl() 896 Point aNewPos = (*pEdit)->GetPosPixel(); in InitControls_Impl() 898 Size aNewSize = (*pEdit)->GetSizePixel(); in InitControls_Impl() 899 if ( (*pEdit) != &aSeparatorED && (*pEdit) != &aCaseED ) in InitControls_Impl() 901 (*pEdit)->SetPosSizePixel( aNewPos, aNewSize ); in InitControls_Impl() 1027 if ( pEdit == &aSearchNameED ) in IMPL_LINK() [all …]
|
/aoo41x/main/sw/source/ui/index/ |
H A D | swuiidxmrk.cxx | 689 IMPL_LINK( SwNewUserIdxDlg, ModifyHdl, Edit*, pEdit) in IMPL_LINK() argument 691 aOKPB.Enable(pEdit->GetText().Len() && !pDlg->IsTOXType(pEdit->GetText())); in IMPL_LINK() 997 if(&aPhoneticED0 == pEdit) in IMPL_LINK() 999 bPhoneticED0_ChangedByUser = pEdit->GetText().Len()>0; in IMPL_LINK() 1001 else if(&aPhoneticED1 == pEdit) in IMPL_LINK() 1003 bPhoneticED1_ChangedByUser = pEdit->GetText().Len()>0; in IMPL_LINK() 1005 else if(&aPhoneticED2 == pEdit) in IMPL_LINK() 1573 IMPL_LINK(SwAuthMarkDlg, EditModifyHdl, Edit*, pEdit) in IMPL_LINK() argument 1576 long nResult = aAllowed.Call(pEdit); in IMPL_LINK() 1580 String sEntry(pEdit->GetText()); in IMPL_LINK() [all …]
|
H A D | cnttab.cxx | 3333 pEdit->SetPosPixel(aControlPos); in InsertItem() 3335 pEdit->SetText(rText); in InsertItem() 3362 pEdit->SetSizePixel(aEditSize); in InsertItem() 3366 pEdit->Show(); in InsertItem() 3367 pRet = pEdit; in InsertItem() 3539 pEdit->SetText(sRight); in InsertAtSelection() 3564 pEdit->SetSizePixel(aControlSize); in InsertAtSelection() 3565 pEdit->AdjustSize(); in InsertAtSelection() 3569 pEdit->Show(); in InsertAtSelection() 3929 ((SwTOXEdit*)pEdit)->AdjustSize(); in IMPL_LINK() [all …]
|
/aoo41x/main/formula/inc/formula/ |
H A D | formula.hxx | 76 ::std::pair<RefButton*,RefEdit*> RefInputStartBefore( RefEdit* pEdit, RefButton* pButton = NULL ); 77 void RefInputStartAfter( RefEdit* pEdit, RefButton* pButton = NULL ); 125 ::std::pair<RefButton*,RefEdit*> RefInputStartBefore( RefEdit* pEdit, RefButton* pButton = NULL ); 126 void RefInputStartAfter( RefEdit* pEdit, RefButton* pButton = NULL );
|