Home
last modified time | relevance | path

Searched refs:Selected (Results 1 – 25 of 88) sorted by relevance

1234

/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsPageObjectPainter.cxx420 enum State { None = 0x00, Selected = 0x01, MouseOver = 0x02, Focused = 0x04 }; in GetBackgroundForState() enumerator
422 (rpDescriptor->HasState(model::PageDescriptor::ST_Selected) ? Selected : None) in GetBackgroundForState()
428 case MouseOver | Selected | Focused: in GetBackgroundForState()
435 case MouseOver | Selected: in GetBackgroundForState()
450 case Selected | Focused: in GetBackgroundForState()
457 case Selected: in GetBackgroundForState()
/trunk/main/forms/source/component/
H A DFilter.cxx304 if ( ( rEvent.Selected == STATE_CHECK ) || ( rEvent.Selected == STATE_NOCHECK ) ) in itemStateChanged()
308 bool bSelected = ( rEvent.Selected == STATE_CHECK ); in itemStateChanged()
345 ::rtl::OUString sItemText( xItemList->getItemText( rEvent.Selected ) ); in itemStateChanged()
369 if ( rEvent.Selected == STATE_CHECK ) in itemStateChanged()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XItemListener.java98 event.Selected = 1 ; in _itemStateChanged()
107 itemListener.event.Selected == 1 && in _itemStateChanged()
/trunk/main/sc/source/ui/src/
H A Dscstring.src555 Text [ en-US ] = "~Selected sheets" ;
773 < "~Selected sheets" ; >;
774 < "Selected cells" ; >;
/trunk/main/vbahelper/source/msforms/
H A Dvbalistbox.cxx49 uno::Reference< XPropValue > xPropVal( Selected( nIndex ), uno::UNO_QUERY_THROW ); in setListIndex()
141 ScVbaListBox::Selected( sal_Int32 index ) throw (css::uno::RuntimeException) in Selected() function in ScVbaListBox
H A Dvbalistbox.hxx62 virtual css::uno::Any SAL_CALL Selected( ::sal_Int32 index ) throw (css::uno::RuntimeException);
/trunk/main/vcl/inc/vcl/
H A Dpdfwriter.hxx355 bool Selected; member
362 Selected( false ), in RadioButtonWidget()
/trunk/main/sw/source/ui/table/
H A Dtable.src25 Message [ en-US ] = "Selected table cells are too complex to merge." ;
/trunk/main/oovbaapi/ooo/vba/msforms/
H A DXListBox.idl47 any Selected( [in] long index );
/trunk/main/offapi/com/sun/star/awt/
H A DItemEvent.idl45 long Selected;
/trunk/main/accessibility/source/helper/
H A Daccessiblestrings.src79 Text [ en-US ] = "(Selected)";
/trunk/main/svx/inc/svx/
H A Ditemwin.hxx151 void Selected() { bSelect = sal_True; } in Selected() function in SvxFillTypeBox
/trunk/main/extensions/source/dbpilots/
H A Dgridpages.src92 Text [ en-US ] = "Selected fields" ;
/trunk/main/sd/source/ui/dlg/
H A Dcustsdlg.src194 Text [ en-US ] = "Selected slides" ;
/trunk/main/sd/source/ui/app/
H A Dpopup.src3084 Text [ en-US ] = "Apply to ~Selected Slides" ;
3118 Text [ en-US ] = "Apply to ~Selected Slides" ;
3158 Text [ en-US ] = "Apply to ~Selected Slides" ;
/trunk/main/svx/source/sidebar/area/
H A DAreaPropertyPanel.cxx331 mpLbFillType->Selected(); in IMPL_LINK()
477 mpLbFillType->Selected(); in IMPL_LINK()
/trunk/main/toolkit/source/layout/core/
H A Dimport.cxx304 if ( e.Selected ) in itemStateChanged()
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/
H A DShapes.log13 ITEM Assertion OK : Needs to be visually checked. Are All Shapes Selected?
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/win/
H A DShapes.log13 ITEM Assertion OK : Needs to be visually checked. Are All Shapes Selected?
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/
H A DShapes.log13 ITEM Assertion OK : Needs to be visually checked. Are All Shapes Selected?
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/
H A DShapes.log13 ITEM Assertion OK : Needs to be visually checked. Are All Shapes Selected?
/trunk/main/extensions/source/propctrlr/
H A Dformres.src670 Text [ en-US ] = "Not Selected" ;
674 Text [ en-US ] = "Selected" ;
/trunk/main/sw/source/ui/frmdlg/
H A Dcolumn.src408 < "Selected section" ; LISTBOX_SECTIONS ; > ;
/trunk/main/wizards/source/euro/
H A Deuro.src106 Text [ en-US ] = "~Selected range" ;
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaWizardDialogImpl.java338 int selected = ie.Selected; in pageDesignChanged()

Completed in 79 milliseconds

1234