Home
last modified time | relevance | path

Searched refs:getState (Results 1 – 25 of 103) sorted by relevance

12345

/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx145 rStates.push_back( getState( rStates ) ); in pushState()
146 getState( rStates ).pushFlags = nFlags; in pushState()
151 if( getState( rStates ).pushFlags != PUSH_ALL ) in popState()
255 getState( rStates ) = aCalculatedNewState; in popState()
2369 getState( rStates ) ) ); in createActions()
2399 getState( rStates ) ) ); in createActions()
2431 getState( rStates ) ) ); in createActions()
2469 getState( rStates ) ) ); in createActions()
3016 getState( aStateStack ).textColor = in ImplRenderer()
3017 getState( aStateStack ).textFillColor = in ImplRenderer()
[all …]
/trunk/main/wizards/com/sun/star/wizards/letter/
H A DLetterWizardDialogImpl.java280 if ((chkBusinessPaper.getState() != 0) && (chkPaperCompanyLogo.getState() != 0)) in finishWizard()
290 if ((chkBusinessPaper.getState() != 0) && (chkCompanyReceiver.getState() != 0)) in finishWizard()
294 if ((chkBusinessPaper.getState() != 0) && (chkPaperCompanyAddress.getState() != 0)) in finishWizard()
655 if (optSenderDefine.getState()) in chkPaperCompanyAddressItemChanged()
1080 if (optBusinessLetter.getState()) in lstLetterNormItemChanged()
1088 if (optPrivateLetter.getState()) in lstLetterNormItemChanged()
1350 if (optBusinessLetter.getState()) in setConfiguration()
1358 if (optPrivateLetter.getState()) in setConfiguration()
1367 if (optSenderDefine.getState()) in setElements()
1392 if (optCreateLetter.getState()) in setElements()
[all …]
/trunk/main/wizards/com/sun/star/wizards/fax/
H A DFaxWizardDialogImpl.java238 myFaxDoc.keepLogoFrame = (chkUseLogo.getState() != 0); in finishWizard()
537 if (optBusinessFax.getState()) in setConfiguration()
541 if (optPrivateFax.getState()) in setConfiguration()
687 if (optSenderDefine.getState()) in setElements()
691 if (optSenderPlaceholder.getState()) in setElements()
705 if (optReceiverDatabase.getState()) in setElements()
709 if (optReceiverPlaceholder.getState()) in setElements()
713 if (optCreateFax.getState()) in setElements()
717 if (optMakeChanges.getState()) in setElements()
743 myFaxDoc.switchElement("Date", (chkUseDate.getState() != 0)); in chkUseDateItemChanged()
[all …]
/trunk/main/wizards/com/sun/star/wizards/table/
H A DPrimaryKeyHandler.java229 if (chkcreatePrimaryKey.getState() == 0) in iscompleted()
233 if (this.optAddAutomatically.getState()) in iscompleted()
237 if (optUseExisting.getState()) in iscompleted()
246 if (optUseSeveral.getState()) in iscompleted()
284 else if (optAddAutomatically.getState()) in togglePrimeKeyFields()
315 if (chkcreatePrimaryKey.getState() == 1) in isAutomaticMode()
330 if (chkcreatePrimaryKey.getState() == 1) in isAutoIncremented()
402 if (chkcreatePrimaryKey.getState() == 0) in getPrimaryKeyFields()
410 if (optUseSeveral.getState()) in getPrimaryKeyFields()
414 else if (optUseExisting.getState()) in getPrimaryKeyFields()
[all …]
/trunk/main/wizards/com/sun/star/wizards/form/
H A DFormConfiguration.java144 return ((chkcreateSubForm.getState() == 1) && (optOnExistingRelation.getState())); in areexistingRelationsdefined()
149 boolean bdoEnable = (this.chkcreateSubForm.getState() == 1); in toggleSubFormMode()
163 …Names.PROPERTY_ENABLED, Boolean.valueOf(bsupportsRelations && (chkcreateSubForm.getState() == 1))); in initialize()
169 if (chkcreateSubForm.getState() == 1) in toggleSteps()
171 if (optOnExistingRelation.getState()) in toggleSteps()
175 else if (optSelectManually.getState()) in toggleSteps()
229 …able = bsupportsRelations && this.optOnExistingRelation.getState() && (chkcreateSubForm.getState()… in toggleRelationsListbox()
236 return (this.chkcreateSubForm.getState() == 1); in hasSubForm()
H A DDataEntrySetter.java118 if (optDisplayAllData.getState()) in getFormProperties()
139 boolean bdisplayalldata = optDisplayAllData.getState(); in toggleCheckBoxes()
/trunk/main/fpicker/source/office/
H A Dfpsmartcontent.hxx122 inline State getState( ) const { return m_eState; } in getState() function in svt::SmartContent
127 inline sal_Bool isValid( ) const { return VALID == getState(); } in isValid()
132 inline sal_Bool isInvalid( ) const { return INVALID == getState(); } in isInvalid()
136 inline sal_Bool isBound( ) const { return NOT_BOUND != getState(); } in isBound()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx435 UInt32 AquaSalGraphics::getState( ControlState nState ) in getState() function in AquaSalGraphics
511 aComboInfo.state = getState( nState ); in drawNativeControl()
539 aThemeBackgroundInfo.state = getState( nState ); in drawNativeControl()
660 aPushInfo.state = getState( nState ); in drawNativeControl()
689 aInfo.state = getState( nState ); in drawNativeControl()
736 aInfo.state = getState( nState ); in drawNativeControl()
1008 aListInfo.state = getState( nState );//kThemeStateInactive -> greyed in drawNativeControl()
1024 aTextDrawInfo.state=getState( nState ); in drawNativeControl()
1045 aTextDrawInfo.state=getState( nState ); in drawNativeControl()
1074 aTextDrawInfo.state=getState( nState ); in drawNativeControl()
/trunk/main/slideshow/source/engine/animationnodes/
H A Dbasecontainernode.cxx123 OSL_ASSERT( pChildNode->getState() == FROZEN || in notifyDeactivatedChild()
124 pChildNode->getState() == ENDED ); in notifyDeactivatedChild()
126 OSL_ASSERT( getState() != INVALID ); in notifyDeactivatedChild()
127 if( getState() == INVALID ) in notifyDeactivatedChild()
H A Dbasenode.cxx631 OSL_ASSERT( rNotifier->getState() == FROZEN || in notifyDeactivating()
632 rNotifier->getState() == ENDED ); in notifyDeactivating()
659 AnimationNode::NodeState BaseNode::getState() const in getState() function in slideshow::internal::BaseNode
694 const AnimationNode::NodeState eNodeState( getState() ); in showState()
706 log(double(getState()))/4.0 ); in showState()
/trunk/main/forms/source/richtext/
H A Drtattributehandler.hxx64 virtual AttributeState getState( const SfxItemSet& _rAttribs ) const = 0;
87 virtual AttributeState getState( const SfxItemSet& _rAttribs ) const;
183 virtual AttributeState getState( const SfxItemSet& _rAttribs ) const;
209 virtual AttributeState getState( const SfxItemSet& _rAttribs ) const;
H A Drtattributehandler.cxx135 AttributeState AttributeHandler::getState( const SfxItemSet& _rAttribs ) const in getState() function in frm::AttributeHandler
346 AttributeState SlotHandler::getState( const SfxItemSet& _rAttribs ) const in getState() function in frm::SlotHandler
388 AttributeState FontSizeHandler::getState( const SfxItemSet& _rAttribs ) const in getState() function in frm::FontSizeHandler
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibleradiobutton.cxx82 if ( pVCLXRadioButton && pVCLXRadioButton->getState() ) in ProcessWindowEvent()
130 if ( pVCLXRadioButton->getState() ) in FillAccessibleStateSet()
186 if ( pVCLXRadioButton && !pVCLXRadioButton->getState() ) in doAccessibleAction()
254 aValue <<= (sal_Int32) pVCLXRadioButton->getState(); in getCurrentValue()
H A Dvclxaccessiblecheckbox.cxx76 if ( pVCLXCheckBox && pVCLXCheckBox->getState() == (sal_Int16) 1 ) in IsChecked()
89 if ( pVCLXCheckBox && pVCLXCheckBox->getState() == (sal_Int16) 2 ) in IsIndeterminate()
219 sal_Int32 nValue = (sal_Int32) pVCLXCheckBox->getState(); in doAccessibleAction()
298 aValue <<= (sal_Int32) pVCLXCheckBox->getState(); in getCurrentValue()
/trunk/main/chart2/source/controller/main/
H A DFeatureCommandDispatchBase.cxx71 FeatureState aFeatureState( getState( aIter->first ) ); in fireStatusEvent()
77 FeatureState aFeatureState( getState( rURL ) ); in fireStatusEvent()
88 if ( getState( aCommand ).bEnabled ) in dispatch()
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclTreeListBox.java284 public int getState() { in getState() method in VclTreeListBox
292 public int getState(int row) { in getState() method in VclTreeListBox
296 public int getState(int row, int col) { in getState() method in VclTreeListBox
/trunk/main/avmedia/source/framework/
H A Dmediacontrol.cxx289 void MediaControl::getState( MediaItem& rItem ) const in getState() function in avmedia::MediaControl
334 if( MEDIASTATE_PLAY == maItem.getState() || MEDIASTATE_PLAYFFW == maItem.getState() ) in implUpdateToolboxes()
337 maPlayToolBox.CheckItem( AVMEDIA_TOOLBOXITEM_PLAYFFW, MEDIASTATE_PLAYFFW == maItem.getState() ); in implUpdateToolboxes()
H A Dmediaitem.cxx177 setState( rMediaItem.getState() ); in merge()
230 MediaState MediaItem::getState() const in getState() function in avmedia::MediaItem
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/
H A DAccessibilityWorkBench.java485 ((JCheckBoxMenuItem)aEvent.getSource()).getState()); in actionPerformed()
491 ((JCheckBoxMenuItem)aEvent.getSource()).getState()); in actionPerformed()
497 ((JCheckBoxMenuItem)aEvent.getSource()).getState()); in actionPerformed()
503 ((JCheckBoxMenuItem)aEvent.getSource()).getState()); in actionPerformed()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DStatus.java156 return !getState(); in isFailed()
163 return getState(); in isOK()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XCheckBox.java96 state = oObj.getState() ; in _getState()
115 result = newState == oObj.getState() ; in _setState()
H A D_XRadioButton.java106 state = oObj.getState() ; in _getState()
129 result = oObj.getState() == !state ; in _setState()
/trunk/main/soltools/testSHL/util/
H A DtstMgr.cxx79 bOK &= oRes.getState(); in test_Entries()
99 return ( oRes.getState() ); in test_Entry()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DDisplayPackageDescription.java53 public int getState() { in getState() method in DisplayPackageDescription
136 int childState = childInfo.getState(); in updateState()
/trunk/main/toolkit/source/layout/core/
H A Dimport.cxx261 else if ( xRadio->getState() ) in addItem()
287 if ( *it != mxSelectedRadio && (*it)->getState() ) in handleSelected()

Completed in 118 milliseconds

12345