Searched refs:pNewSelection (Results 1 – 7 of 7) sorted by relevance
/trunk/main/vcl/inc/vcl/ |
H A D | field.hxx | 183 … SAL_DLLPRIVATE void ImplSetUserValue( sal_Int64 nNewValue, Selection* pNewSelection = NULL ); 344 Selection* pNewSelection = NULL ); 441 … SAL_DLLPRIVATE void ImplSetUserTime( const Time& rNewTime, Selection* pNewSelection = NULL );
|
H A D | edit.hxx | 100 …SAL_DLLPRIVATE void ImplSetText( const XubString& rStr, const Selection* pNewSelection = 0 … 101 …E void ImplInsertText( const XubString& rStr, const Selection* pNewSelection = 0, sal_Bool …
|
/trunk/main/dbaccess/source/ui/dlg/ |
H A D | indexdialog.cxx | 869 SvLBoxEntry* pNewSelection = m_aIndexes.FirstSelected(); variable 870 updateControls(pNewSelection); 874 m_pPreviousSelection = pNewSelection;
|
/trunk/main/vcl/source/control/ |
H A D | edit.cxx | 1004 void Edit::ImplSetText( const XubString& rText, const Selection* pNewSelection ) in ImplSetText() argument 1008 …if ( ( rText.Len() <= mnMaxTextLen ) && ( (rText != maText) || (pNewSelection && (*pNewSelection !… in ImplSetText() 1022 if ( pNewSelection ) in ImplSetText() 1023 ImplSetSelection( *pNewSelection, sal_False ); in ImplSetText() 1025 if ( mnXOffset && !pNewSelection ) in ImplSetText() 1031 ImplInsertText( rText, pNewSelection ); in ImplSetText()
|
H A D | field.cxx | 406 void FormatterBase::ImplSetText( const XubString& rText, Selection* pNewSelection ) in ImplSetText() argument 410 if ( pNewSelection ) in ImplSetText() 411 mpField->SetText( rText, *pNewSelection ); in ImplSetText() 617 void NumericFormatter::ImplSetUserValue( sal_Int64 nNewValue, Selection* pNewSelection ) in ImplSetUserValue() argument 626 ImplSetText( CreateFieldText( nNewValue ), pNewSelection ); in ImplSetUserValue()
|
H A D | field2.cxx | 1850 void DateFormatter::ImplSetUserDate( const Date& rNewDate, Selection* pNewSelection ) in ImplSetUserDate() argument 1860 ImplSetText( ImplGetDateAsText( aNewDate, GetFieldSettings() ), pNewSelection ); in ImplSetUserDate() 2953 void TimeFormatter::ImplSetUserTime( const Time& rNewTime, Selection* pNewSelection ) in ImplSetUserTime() argument 3005 ImplSetText( aStr, pNewSelection ); in ImplSetUserTime()
|
/trunk/main/vcl/unx/generic/dtrans/ |
H A D | X11_selection.cxx | 3931 Selection* pNewSelection = new Selection(); in registerHandler() local 3932 pNewSelection->m_pAdaptor = &rAdaptor; in registerHandler() 3933 pNewSelection->m_aAtom = selection; in registerHandler() 3934 m_aSelections[ selection ] = pNewSelection; in registerHandler()
|
Completed in 117 milliseconds