Lines Matching refs:Any

81 	Any	pValues[] = {  in InitDialog()
82 Any( sal_True ), in InitDialog()
83 Any( sal_Int32( DIALOG_HEIGHT ) ), in InitDialog()
84 Any( HID( HID_SDEXT_MINIMIZER_WIZ_DLG ) ), in InitDialog()
85 Any( sal_True ), in InitDialog()
86 Any( sal_Int32( 200 ) ), in InitDialog()
87 Any( sal_Int32( 52 ) ), in InitDialog()
88 Any( getString( STR_PRESENTATION_MINIMIZER ) ), in InitDialog()
89 Any( sal_Int32( OD_DIALOG_WIDTH ) ) }; in InitDialog()
94 Sequence< Any > aValues( pValues, nCount ); in InitDialog()
113 Any pValues[] = { in InitRoadmap()
114 Any( sal_Int32( DIALOG_HEIGHT - 26 ) ), in InitRoadmap()
115 Any( sal_Int32( 0 ) ), in InitRoadmap()
116 Any( sal_Int32( 0 ) ), in InitRoadmap()
117 Any( sal_Int32( 0 ) ), in InitRoadmap()
118 Any( mnTabIndex++ ), in InitRoadmap()
119 Any( sal_Int32( 85 ) ) }; in InitRoadmap()
124 Sequence< Any > aValues( pValues, nCount ); in InitRoadmap()
130 xPropertySet->setPropertyValue( TKGet( TK_Name ), Any( TKGet( TK_rdmNavi ) ) ); in InitRoadmap()
143 xPropertySet->setPropertyValue( TKGet( TK_ImageURL ), Any( sBitmap ) ); in InitRoadmap()
144 xPropertySet->setPropertyValue( TKGet( TK_Activated ), Any( (sal_Bool)sal_True ) ); in InitRoadmap()
145 xPropertySet->setPropertyValue( TKGet( TK_Complete ), Any( (sal_Bool)sal_True ) ); in InitRoadmap()
146 …xPropertySet->setPropertyValue( TKGet( TK_CurrentItemID ), Any( (sal_Int16)ITEM_ID_INTRODUCTION ) … in InitRoadmap()
147 xPropertySet->setPropertyValue( TKGet( TK_Text ), Any( getString( STR_STEPS ) ) ); in InitRoadmap()
164 xPropertySet->setPropertyValue( TKGet( TK_Label ), Any( rLabel ) ); in InsertRoadmapItem()
165 xPropertySet->setPropertyValue( TKGet( TK_Enabled ), Any( bEnabled ) ); in InsertRoadmapItem()
166 xPropertySet->setPropertyValue( TKGet( TK_ID ), Any( nItemID ) ); in InsertRoadmapItem()
167 aIndexContainerRoadmap->insertByIndex( nIndex, Any( xRoadmapItem ) ); in InsertRoadmapItem()
181 Any aAny; in UpdateConfiguration()
197 SetConfigProperty( TK_Name, Any( aStringItemList[ nSelectedItem ] ) ); in UpdateConfiguration()
217 SetConfigProperty( TK_CustomShowName, Any( aStringItemList[ nSelectedItem ] ) ); in UpdateConfiguration()
323 setControlProperty( TKGet( TK_rdmNavi ), TKGet( TK_CurrentItemID ), Any( nNewStep ) ); in SwitchPage()
381 const Any* pVal( maStats.GetStatusValue( TK_Status ) ); in UpdateStatus()
387 setControlProperty( TKGet( TK_FixedText1Pg4 ), TKGet( TK_Enabled ), Any( sal_True ) ); in UpdateStatus()
388 setControlProperty( TKGet( TK_FixedText1Pg4 ), TKGet( TK_Label ), Any( sStatus ) ); in UpdateStatus()
396 setControlProperty( TKGet( TK_Progress ), TKGet( TK_ProgressValue ), Any( nProgress ) ); in UpdateStatus()
416 Any aSource( Event.Source ); in itemStateChanged()
432 SetConfigProperty( TK_RemoveCropArea, Any( nState != 0 ) ); in itemStateChanged()
438 SetConfigProperty( TK_EmbedLinkedGraphics, Any( nState != 0 ) ); in itemStateChanged()
445 SetConfigProperty( TK_OLEOptimization, Any( nState != 0 ) ); in itemStateChanged()
446 setControlProperty( TKGet( TK_RadioButton0Pg2 ), TKGet( TK_Enabled ), Any( nState != 0 ) ); in itemStateChanged()
447 setControlProperty( TKGet( TK_RadioButton1Pg2 ), TKGet( TK_Enabled ), Any( nState != 0 ) ); in itemStateChanged()
457 SetConfigProperty( TK_JPEGCompression, Any( nInt16 != 0 ) ); in itemStateChanged()
458 setControlProperty( TKGet( TK_FixedText1Pg1 ), TKGet( TK_Enabled ), Any( nInt16 != 0 ) ); in itemStateChanged()
459 setControlProperty( TKGet( TK_FormattedField0Pg1 ), TKGet( TK_Enabled ), Any( nInt16 != 0 ) ); in itemStateChanged()
467 SetConfigProperty( TK_JPEGCompression, Any( nState != 0 ) ); in itemStateChanged()
468 setControlProperty( TKGet( TK_FixedText1Pg1 ), TKGet( TK_Enabled ), Any( nState != 0 ) ); in itemStateChanged()
469 setControlProperty( TKGet( TK_FormattedField0Pg1 ), TKGet( TK_Enabled ), Any( nState != 0 ) ); in itemStateChanged()
479 SetConfigProperty( TK_OLEOptimizationType, Any( nInt16 ) ); in itemStateChanged()
486 SetConfigProperty( TK_OLEOptimizationType, Any( nState ) ); in itemStateChanged()
492 SetConfigProperty( TK_DeleteUnusedMasterPages, Any( nState != 0 ) ); in itemStateChanged()
498 SetConfigProperty( TK_DeleteNotesPages, Any( nState != 0 ) ); in itemStateChanged()
504 SetConfigProperty( TK_DeleteHiddenSlides, Any( nState != 0 ) ); in itemStateChanged()
510 setControlProperty( TKGet( TK_ListBox0Pg3 ), TKGet( TK_Enabled ), Any( nState != 0 ) ); in itemStateChanged()
516 setControlProperty( TKGet( TK_ComboBox0Pg4 ), TKGet( TK_Enabled ), Any( nState != 0 ) ); in itemStateChanged()
523 … SetConfigProperty( TK_SaveAs, Any( eControl == TK_RadioButton1Pg4 ? nState != 0 : nState == 0 ) ); in itemStateChanged()
551 setControlProperty( TKGet( TK_btnNavHelp ), TKGet( TK_Enabled ), Any( sal_False ) ); in actionPerformed()
552 setControlProperty( TKGet( TK_btnNavBack ), TKGet( TK_Enabled ), Any( sal_False ) ); in actionPerformed()
553 setControlProperty( TKGet( TK_btnNavNext ), TKGet( TK_Enabled ), Any( sal_False ) ); in actionPerformed()
554 setControlProperty( TKGet( TK_btnNavFinish ), TKGet( TK_Enabled ), Any( sal_False ) ); in actionPerformed()
555 setControlProperty( TKGet( TK_btnNavCancel ), TKGet( TK_Enabled ), Any( sal_False ) ); in actionPerformed()
556 setControlProperty( TKGet( TK_FixedText0Pg4 ), TKGet( TK_Enabled ), Any( sal_True ) ); in actionPerformed()
595 SetConfigProperty( TK_SaveAsURL, Any( aSaveAsURL ) ); in actionPerformed()
596 SetConfigProperty( TK_FilterName, Any( aFileOpenDialog.getFilterName() ) ); in actionPerformed()
632 Sequence< Any > aArgs( 1 ); in actionPerformed()
661 setControlProperty( TKGet( TK_btnNavHelp ), TKGet( TK_Enabled ), Any( sal_True ) ); in actionPerformed()
662 setControlProperty( TKGet( TK_btnNavBack ), TKGet( TK_Enabled ), Any( sal_True ) ); in actionPerformed()
663 setControlProperty( TKGet( TK_btnNavNext ), TKGet( TK_Enabled ), Any( sal_False ) ); in actionPerformed()
664 setControlProperty( TKGet( TK_btnNavFinish ), TKGet( TK_Enabled ), Any( sal_True ) ); in actionPerformed()
665 setControlProperty( TKGet( TK_btnNavCancel ), TKGet( TK_Enabled ), Any( sal_True ) ); in actionPerformed()
720 Any aAny = getControlProperty( TKGet( TK_FormattedField0Pg1 ), TKGet( TK_EffectiveValue ) ); in textChanged()
722 SetConfigProperty( TK_JPEGQuality, Any( (sal_Int32)fDouble ) ); in textChanged()
730 Any aAny = getControlProperty( TKGet( TK_ComboBox0Pg1 ), TKGet( TK_Text ) ); in textChanged()
745 SetConfigProperty( TK_ImageResolution, Any( aString.toInt32() ) ); in textChanged()
756 Any aAny = getControlProperty( TKGet( TK_FormattedField0Pg1 ), TKGet( TK_EffectiveValue ) ); in up()
762 setControlProperty( TKGet( TK_FormattedField0Pg1 ), TKGet( TK_EffectiveValue ), Any( fDouble ) ); in up()
763 SetConfigProperty( TK_JPEGQuality, Any( (sal_Int32)fDouble ) ); in up()
771 Any aAny = getControlProperty( TKGet( TK_FormattedField0Pg1 ), TKGet( TK_EffectiveValue ) ); in down()
777 setControlProperty( TKGet( TK_FormattedField0Pg1 ), TKGet( TK_EffectiveValue ), Any( fDouble ) ); in down()
778 SetConfigProperty( TK_JPEGQuality, Any( (sal_Int32)fDouble ) ); in down()
785 …setControlProperty( TKGet( TK_FormattedField0Pg1 ), TKGet( TK_EffectiveValue ), Any( static_cast< … in first()
786 SetConfigProperty( TK_JPEGQuality, Any( (sal_Int32)0 ) ); in first()
792 …setControlProperty( TKGet( TK_FormattedField0Pg1 ), TKGet( TK_EffectiveValue ), Any( static_cast< … in last()
793 SetConfigProperty( TK_JPEGQuality, Any( (sal_Int32)100 ) ); in last()