/trunk/main/sd/source/ui/slidesorter/view/ |
H A D | SlsPageObjectPainter.cxx | 420 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 D | Filter.cxx | 304 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.java | 98 event.Selected = 1 ; in _itemStateChanged() 107 itemListener.event.Selected == 1 && in _itemStateChanged()
|
/trunk/main/sc/source/ui/src/ |
H A D | scstring.src | 555 Text [ en-US ] = "~Selected sheets" ; 773 < "~Selected sheets" ; >; 774 < "Selected cells" ; >;
|
/trunk/main/vbahelper/source/msforms/ |
H A D | vbalistbox.cxx | 49 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 D | vbalistbox.hxx | 62 virtual css::uno::Any SAL_CALL Selected( ::sal_Int32 index ) throw (css::uno::RuntimeException);
|
/trunk/main/vcl/inc/vcl/ |
H A D | pdfwriter.hxx | 355 bool Selected; member 362 Selected( false ), in RadioButtonWidget()
|
/trunk/main/sw/source/ui/table/ |
H A D | table.src | 25 Message [ en-US ] = "Selected table cells are too complex to merge." ;
|
/trunk/main/oovbaapi/ooo/vba/msforms/ |
H A D | XListBox.idl | 47 any Selected( [in] long index );
|
/trunk/main/offapi/com/sun/star/awt/ |
H A D | ItemEvent.idl | 45 long Selected;
|
/trunk/main/accessibility/source/helper/ |
H A D | accessiblestrings.src | 79 Text [ en-US ] = "(Selected)";
|
/trunk/main/svx/inc/svx/ |
H A D | itemwin.hxx | 151 void Selected() { bSelect = sal_True; } in Selected() function in SvxFillTypeBox
|
/trunk/main/extensions/source/dbpilots/ |
H A D | gridpages.src | 92 Text [ en-US ] = "Selected fields" ;
|
/trunk/main/sd/source/ui/dlg/ |
H A D | custsdlg.src | 194 Text [ en-US ] = "Selected slides" ;
|
/trunk/main/sd/source/ui/app/ |
H A D | popup.src | 3084 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 D | AreaPropertyPanel.cxx | 331 mpLbFillType->Selected(); in IMPL_LINK() 477 mpLbFillType->Selected(); in IMPL_LINK()
|
/trunk/main/toolkit/source/layout/core/ |
H A D | import.cxx | 304 if ( e.Selected ) in itemStateChanged()
|
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/ |
H A D | Shapes.log | 13 ITEM Assertion OK : Needs to be visually checked. Are All Shapes Selected?
|
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/win/ |
H A D | Shapes.log | 13 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 D | Shapes.log | 13 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 D | Shapes.log | 13 ITEM Assertion OK : Needs to be visually checked. Are All Shapes Selected?
|
/trunk/main/extensions/source/propctrlr/ |
H A D | formres.src | 670 Text [ en-US ] = "Not Selected" ; 674 Text [ en-US ] = "Selected" ;
|
/trunk/main/sw/source/ui/frmdlg/ |
H A D | column.src | 408 < "Selected section" ; LISTBOX_SECTIONS ; > ;
|
/trunk/main/wizards/source/euro/ |
H A D | euro.src | 106 Text [ en-US ] = "~Selected range" ;
|
/trunk/main/wizards/com/sun/star/wizards/agenda/ |
H A D | AgendaWizardDialogImpl.java | 338 int selected = ie.Selected; in pageDesignChanged()
|