Searched refs:aMaster (Results 1 – 4 of 4) sorted by relevance
81 aMaster( rCpy.GetMaster() ), in SwPageDesc()97 aMaster = rSrc.aMaster; in operator =()139 aMaster.GetAttrSet().GetRanges() ); in Mirror()141 aSet.Put( aMaster.GetFrmSize() ); in Mirror()142 aSet.Put( aMaster.GetPaperBin() ); in Mirror()143 aSet.Put( aMaster.GetULSpace() ); in Mirror()144 aSet.Put( aMaster.GetBox() ); in Mirror()145 aSet.Put( aMaster.GetBackground() ); in Mirror()146 aSet.Put( aMaster.GetShadow() ); in Mirror()147 aSet.Put( aMaster.GetCol() ); in Mirror()[all …]
139 SwFrmFmt aMaster; member in SwPageDesc187 SwFrmFmt &GetMaster() { return aMaster; } in GetMaster()189 const SwFrmFmt &GetMaster() const { return aMaster; } in GetMaster()218 sal_uInt16 GetPoolFmtId() const { return aMaster.GetPoolFmtId(); } in GetPoolFmtId()219 void SetPoolFmtId( sal_uInt16 nId ) { aMaster.SetPoolFmtId( nId ); } in SetPoolFmtId()220 sal_uInt16 GetPoolHelpId() const { return aMaster.GetPoolHelpId(); } in GetPoolHelpId()221 void SetPoolHelpId( sal_uInt16 nId ) { aMaster.SetPoolHelpId( nId ); } in SetPoolHelpId()222 sal_uInt8 GetPoolHlpFileId() const { return aMaster.GetPoolHlpFileId(); } in GetPoolHlpFileId()223 void SetPoolHlpFileId( sal_uInt8 nId ) { aMaster.SetPoolHlpFileId( nId ); } in SetPoolHlpFileId()306 return nsUseOnPage::PD_RIGHT & eUse ? &aMaster : 0; in GetRightFmt()[all …]
418 rtl::OString aMaster; in executeMasterPasswordDialog() local431 aMaster = rtl::OUStringToOString( in executeMasterPasswordDialog()440 aMaster = rtl::OUStringToOString( in executeMasterPasswordDialog()454 reinterpret_cast< sal_uInt8 const * >(aMaster.getStr()), in executeMasterPasswordDialog()455 aMaster.getLength(), in executeMasterPasswordDialog()
679 vector< ::rtl::OUString > aMaster( 1, m_aMasterPasswd ); in doChangeMasterPassword() local680 …m_pStorageFile->setEncodedMP( EncodePasswords( getMasterPasswordName(), aMaster, m_aMasterPasswd )… in doChangeMasterPassword()1014 vector< ::rtl::OUString > aMaster( 1, m_aMasterPasswd ); in GetMasterPassword() local1016 …m_pStorageFile->setEncodedMP( EncodePasswords( getMasterPasswordName(), aMaster, m_aMasterPasswd )… in GetMasterPassword()
Completed in 25 milliseconds