Lines Matching refs:SfxResId

128 	aUnitStr += String( SfxResId(STR_BYTES) );  in CreateSizeText()
141 aUnitStr += String( SfxResId(STR_KB) ); in CreateSizeText()
149 aUnitStr += String( SfxResId(STR_MB) ); in CreateSizeText()
157 aUnitStr += String( SfxResId(STR_GB) ); in CreateSizeText()
176 aSizeStr += String( SfxResId(STR_BYTES) ); in CreateSizeText()
643 SfxTabPage( pParent, SfxResId( TP_DOCINFODESC ), rItemSet ), in SfxDocumentDescPage()
645 aTitleFt ( this, SfxResId( FT_TITLE ) ), in SfxDocumentDescPage()
646 aTitleEd ( this, SfxResId( ED_TITLE ) ), in SfxDocumentDescPage()
647 aThemaFt ( this, SfxResId( FT_THEMA ) ), in SfxDocumentDescPage()
648 aThemaEd ( this, SfxResId( ED_THEMA ) ), in SfxDocumentDescPage()
649 aKeywordsFt ( this, SfxResId( FT_KEYWORDS ) ), in SfxDocumentDescPage()
650 aKeywordsEd ( this, SfxResId( ED_KEYWORDS ) ), in SfxDocumentDescPage()
651 aCommentFt ( this, SfxResId( FT_COMMENT ) ), in SfxDocumentDescPage()
652 aCommentEd ( this, SfxResId( ED_COMMENT ) ), in SfxDocumentDescPage()
786 SfxTabPage( pParent, SfxResId( TP_DOCINFODOC ), rItemSet ), in SfxDocumentPage()
788 aBmp1 ( this, SfxResId( BMP_FILE_1 ) ), in SfxDocumentPage()
789 aNameED ( this, SfxResId( ED_FILE_NAME ) ), in SfxDocumentPage()
791 aLine1FL ( this, SfxResId( FL_FILE_1 ) ), in SfxDocumentPage()
792 aTypeFT ( this, SfxResId( FT_FILE_TYP ) ), in SfxDocumentPage()
793 aShowTypeFT ( this, SfxResId( FT_FILE_SHOW_TYP ) ), in SfxDocumentPage()
794 aReadOnlyCB ( this, SfxResId( CB_FILE_READONLY ) ), in SfxDocumentPage()
795 aFileFt ( this, SfxResId( FT_FILE ) ), in SfxDocumentPage()
796 aFileValFt ( this, SfxResId( FT_FILE_VAL ) ), in SfxDocumentPage()
797 aSizeFT ( this, SfxResId( FT_FILE_SIZE ) ), in SfxDocumentPage()
798 aShowSizeFT ( this, SfxResId( FT_FILE_SHOW_SIZE ) ), in SfxDocumentPage()
800 aLine2FL ( this, SfxResId( FL_FILE_2 ) ), in SfxDocumentPage()
801 aCreateFt ( this, SfxResId( FT_CREATE ) ), in SfxDocumentPage()
802 aCreateValFt ( this, SfxResId( FT_CREATE_VAL ) ), in SfxDocumentPage()
803 aChangeFt ( this, SfxResId( FT_CHANGE ) ), in SfxDocumentPage()
804 aChangeValFt ( this, SfxResId( FT_CHANGE_VAL ) ), in SfxDocumentPage()
805 aSignedFt ( this, SfxResId( FT_SIGNED ) ), in SfxDocumentPage()
806 aSignedValFt ( this, SfxResId( FT_SIGNED_VAL ) ), in SfxDocumentPage()
807 aSignatureBtn ( this, SfxResId( BTN_SIGNATURE ) ), in SfxDocumentPage()
808 aPrintFt ( this, SfxResId( FT_PRINT ) ), in SfxDocumentPage()
809 aPrintValFt ( this, SfxResId( FT_PRINT_VAL ) ), in SfxDocumentPage()
810 aTimeLogFt ( this, SfxResId( FT_TIMELOG ) ), in SfxDocumentPage()
811 aTimeLogValFt ( this, SfxResId( FT_TIMELOG_VAL ) ), in SfxDocumentPage()
812 aDocNoFt ( this, SfxResId( FT_DOCNO ) ), in SfxDocumentPage()
813 aDocNoValFt ( this, SfxResId( FT_DOCNO_VAL ) ), in SfxDocumentPage()
814 aUseUserDataCB ( this, SfxResId( CB_USE_USERDATA ) ), in SfxDocumentPage()
815 aDeleteBtn ( this, SfxResId( BTN_DELETE ) ), in SfxDocumentPage()
817 aLine3FL ( this, SfxResId( FL_FILE_3 ) ), in SfxDocumentPage()
818 aTemplFt ( this, SfxResId( FT_TEMPL ) ), in SfxDocumentPage()
819 aTemplValFt ( this, SfxResId( FT_TEMPL_VAL ) ), in SfxDocumentPage()
821 aUnknownSize ( SfxResId( STR_UNKNOWNSIZE ) ), in SfxDocumentPage()
822 aMultiSignedStr ( SfxResId( STR_MULTSIGNED ) ), in SfxDocumentPage()
828 aNameED.SetAccessibleName(String(SfxResId(EDIT_FILE_NAME))); in SfxDocumentPage()
1070 aName = String( SfxResId( STR_NONAME ) ); in Reset()
1103 aDescription = String( SfxResId( STR_SFX_NEWOFFICEDOC ) ); in Reset()
1161 SfxTabPage( pParent, SfxResId( TP_DOCINFORELOAD ), rItemSet ), in SfxInternetPage()
1163 aRBNoAutoUpdate ( this, SfxResId( RB_NOAUTOUPDATE ) ), in SfxInternetPage()
1165 aRBReloadUpdate ( this, SfxResId( RB_RELOADUPDATE ) ), in SfxInternetPage()
1167 aRBForwardUpdate ( this, SfxResId( RB_FORWARDUPDATE ) ), in SfxInternetPage()
1168 aFTEvery ( this, SfxResId( FT_EVERY ) ), in SfxInternetPage()
1169 aNFReload ( this, SfxResId( ED_RELOAD ) ), in SfxInternetPage()
1170 aFTReloadSeconds ( this, SfxResId( FT_RELOADSECS ) ), in SfxInternetPage()
1171 aFTAfter ( this, SfxResId( FT_AFTER ) ), in SfxInternetPage()
1172 aNFAfter ( this, SfxResId( ED_FORWARD ) ), in SfxInternetPage()
1173 aFTAfterSeconds ( this, SfxResId( FT_FORWARDSECS ) ), in SfxInternetPage()
1174 aFTURL ( this, SfxResId( FT_URL ) ), in SfxInternetPage()
1175 aEDForwardURL ( this, SfxResId( ED_URL ) ), in SfxInternetPage()
1176 aPBBrowseURL ( this, SfxResId( PB_BROWSEURL ) ), in SfxInternetPage()
1177 aFTFrame ( this, SfxResId( FT_FRAME ) ), in SfxInternetPage()
1178 aCBFrame ( this, SfxResId( CB_FRAME ) ), in SfxInternetPage()
1180 aForwardErrorMessg ( SfxResId( STR_FORWARD_ERRMSSG ) ), in SfxInternetPage()
1505 SfxTabDialog( 0, pParent, SfxResId( SID_DOCINFO ), &rItemSet ) in SfxDocumentInfoDialog()
1539 aTitle += String( SfxResId( STR_NONAME ) ); in SfxDocumentInfoDialog()
1616 : ModalDialog( pParent, SfxResId( RID_EDIT_DURATIONS ) ), in DurationDialog_Impl()
1617 aDurationFL(this, SfxResId( FL_DURATION )), in DurationDialog_Impl()
1618 aOKPB( this, SfxResId( PB_OK )), in DurationDialog_Impl()
1619 aCancelPB( this, SfxResId( PB_CANCEL )), in DurationDialog_Impl()
1620 aHelpPB( this, SfxResId( PB_HELP )), in DurationDialog_Impl()
1621 aNegativeCB(this, SfxResId( CB_NEGATIVE )), in DurationDialog_Impl()
1622 aYearFT( this, SfxResId( FT_YEAR )), in DurationDialog_Impl()
1623 aYearNF( this, SfxResId( ED_YEAR )), in DurationDialog_Impl()
1624 aMonthFT( this, SfxResId( FT_MONTH )), in DurationDialog_Impl()
1625 aMonthNF( this, SfxResId( ED_MONTH )), in DurationDialog_Impl()
1626 aDayFT( this, SfxResId( FT_DAY )), in DurationDialog_Impl()
1627 aDayNF( this, SfxResId( ED_DAY )), in DurationDialog_Impl()
1628 aHourFT( this, SfxResId( FT_HOUR )), in DurationDialog_Impl()
1629 aHourNF( this, SfxResId( ED_HOUR )), in DurationDialog_Impl()
1630 aMinuteFT( this, SfxResId( FT_MINUTE )), in DurationDialog_Impl()
1631 aMinuteNF( this, SfxResId( ED_MINUTE )), in DurationDialog_Impl()
1632 aSecondFT( this, SfxResId( FT_SECOND )), in DurationDialog_Impl()
1633 aSecondNF( this, SfxResId( ED_SECOND )), in DurationDialog_Impl()
1634 aMSecondFT( this, SfxResId( FT_MSECOND )), in DurationDialog_Impl()
1635 aMSecondNF( this, SfxResId( ED_MSECOND )) in DurationDialog_Impl()
1760 m_aNameBox ( pParent, SfxResId( SFX_CB_PROPERTY_NAME ) ), in CustomPropertyLine()
1761 m_aTypeBox ( pParent, SfxResId( SFX_LB_PROPERTY_TYPE ), this ), in CustomPropertyLine()
1762 m_aValueEdit ( pParent, SfxResId( SFX_ED_PROPERTY_VALUE ), this ), in CustomPropertyLine()
1763 m_aDateField ( pParent, SfxResId( SFX_FLD_DATE), this), in CustomPropertyLine()
1764 m_aTimeField ( pParent, SfxResId( SFX_FLD_TIME), this), in CustomPropertyLine()
1765 m_sDurationFormat( SfxResId( SFX_ST_DURATION_FORMAT )), in CustomPropertyLine()
1766 m_aDurationField( pParent, SfxResId( SFX_FLD_DURATION), this), in CustomPropertyLine()
1767 m_aEditButton( pParent, SfxResId( SFX_PB_EDIT ), this), in CustomPropertyLine()
1768 m_aYesNoButton ( pParent, SfxResId( SFX_WIN_PROPERTY_YESNO ) ), in CustomPropertyLine()
1769 m_aRemoveButton ( pParent, SfxResId( SFX_PB_PROPERTY_REMOVE ), this ), in CustomPropertyLine()
1777 m_aRemoveButton.SetModeImage( SfxResId( SFX_IMG_PROPERTY_REMOVE ), BMP_COLOR_NORMAL ); in CustomPropertyLine()
1778 m_aRemoveButton.SetModeImage( SfxResId( SFX_IMG_PROPERTY_REMOVE_HC ), BMP_COLOR_HIGHCONTRAST ); in CustomPropertyLine()
1801 m_aNameBox ( this, SfxResId( SFX_CB_PROPERTY_NAME ) ), in CustomPropertiesWindow()
1802 m_aTypeBox ( this, SfxResId( SFX_LB_PROPERTY_TYPE ) ), in CustomPropertiesWindow()
1803 m_aValueEdit ( this, SfxResId( SFX_ED_PROPERTY_VALUE ) ), in CustomPropertiesWindow()
1804 m_aDateField ( this, SfxResId( SFX_FLD_DATE) ), in CustomPropertiesWindow()
1805 m_aTimeField ( this, SfxResId( SFX_FLD_TIME) ), in CustomPropertiesWindow()
1806 m_aDurationField( this, SfxResId( SFX_FLD_DURATION) ), in CustomPropertiesWindow()
1807 m_aEditButton( this, SfxResId( SFX_PB_EDIT )), in CustomPropertiesWindow()
1808 m_aYesNoButton ( this, SfxResId( SFX_WIN_PROPERTY_YESNO ) ), in CustomPropertiesWindow()
1809 m_aRemoveButton ( this, SfxResId( SFX_PB_PROPERTY_REMOVE ) ), in CustomPropertiesWindow()
1977 if ( QueryBox( pParent, SfxResId( SFX_QB_WRONG_TYPE ) ).Execute() == RET_OK ) in ValidateLine()
2406 SfxTabPage( pParent, SfxResId( TP_CUSTOMPROPERTIES ), rItemSet ), in SfxCustomPropertiesPage()
2407 m_aPropertiesCtrl ( this, SfxResId( CTRL_PROPERTIES ) ), in SfxCustomPropertiesPage()
2408 m_aAddBtn ( this, SfxResId( BTN_ADD ) ), in SfxCustomPropertiesPage()
2409 m_aPropertiesFT ( this, SfxResId( FT_PROPERTIES ) ) in SfxCustomPropertiesPage()