Lines Matching refs:SfxResId

128 … const String aTitle( SfxResId( bProtect ? RID_SFX_PROTECT_RECORDS : RID_SFX_UNPROTECT_RECORDS ) );  in lcl_GetPassword()
156 InfoBox( NULL, String( SfxResId( RID_SFX_INCORRECT_PASSWORD ) ) ).Execute(); in lcl_IsPasswordCorrect()
210 m_aNewPasswordToOpenFL (&rTabPage, SfxResId( PASSWORD_TO_OPEN_FL ) ), in SfxSecurityPage_Impl()
211 m_aNewPasswordToOpenFT (&rTabPage, SfxResId( PASSWORD_TO_OPEN_FT ) ), in SfxSecurityPage_Impl()
212 m_aNewPasswordToOpenED (&rTabPage, SfxResId( PASSWORD_TO_OPEN_ED ) ), in SfxSecurityPage_Impl()
213 m_aConfirmPasswordToOpenFT (&rTabPage, SfxResId( CONFIRM_PASSWORD_TO_OPEN_FT ) ), in SfxSecurityPage_Impl()
214 m_aConfirmPasswordToOpenED (&rTabPage, SfxResId( CONFIRM_PASSWORD_TO_OPEN_ED ) ), in SfxSecurityPage_Impl()
215 m_aNewPasswordInfoFT (&rTabPage, SfxResId( PASSWORD_INFO_FT ) ), in SfxSecurityPage_Impl()
216 m_aNewPasswordToModifyFL (&rTabPage, SfxResId( PASSWORD_TO_MODIFY_FL ) ), in SfxSecurityPage_Impl()
217 m_aNewPasswordToModifyFT (&rTabPage, SfxResId( PASSWORD_TO_MODIFY_FT ) ), in SfxSecurityPage_Impl()
218 m_aNewPasswordToModifyED (&rTabPage, SfxResId( PASSWORD_TO_MODIFY_ED ) ), in SfxSecurityPage_Impl()
219 m_aConfirmPasswordToModifyFT (&rTabPage, SfxResId( CONFIRM_PASSWORD_TO_MODIFY_FT ) ), in SfxSecurityPage_Impl()
220 m_aConfirmPasswordToModifyED (&rTabPage, SfxResId( CONFIRM_PASSWORD_TO_MODIFY_ED ) ), in SfxSecurityPage_Impl()
221 m_aOptionsFL (&rTabPage, SfxResId( OPTIONS_FL ) ), in SfxSecurityPage_Impl()
222 m_aOpenReadonlyCB (&rTabPage, SfxResId( OPEN_READONLY_CB ) ), in SfxSecurityPage_Impl()
223 m_aRecordChangesCB (&rTabPage, SfxResId( RECORD_CHANGES_CB ) ), in SfxSecurityPage_Impl()
224 m_aChangeProtectionPB (&rTabPage, SfxResId( CHANGE_PROTECTION_PB ) ), in SfxSecurityPage_Impl()
225 m_aProtectSTR ( SfxResId( STR_PROTECT ) ), in SfxSecurityPage_Impl()
226 m_aUnProtectSTR ( SfxResId( STR_UNPROTECT ) ), in SfxSecurityPage_Impl()
230 m_aEndRedliningWarning ( SfxResId( STR_END_REDLINING_WARNING ) ), in SfxSecurityPage_Impl()
516 SfxTabPage( pParent, SfxResId( TP_DOCINFOSECURITY ), rItemSet ) in SfxSecurityPage()