Home
last modified time | relevance | path

Searched refs:aMaster (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dpagedesc.cxx81 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 …]
/trunk/main/sw/inc/
H A Dpagedesc.hxx139 SwFrmFmt aMaster; member in SwPageDesc
187 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 …]
/trunk/main/uui/source/
H A Diahndl-authentication.cxx418 rtl::OString aMaster; in executeMasterPasswordDialog() local
431 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()
/trunk/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx679 vector< ::rtl::OUString > aMaster( 1, m_aMasterPasswd ); in doChangeMasterPassword() local
680 …m_pStorageFile->setEncodedMP( EncodePasswords( getMasterPasswordName(), aMaster, m_aMasterPasswd )… in doChangeMasterPassword()
1014 vector< ::rtl::OUString > aMaster( 1, m_aMasterPasswd ); in GetMasterPassword() local
1016 …m_pStorageFile->setEncodedMP( EncodePasswords( getMasterPasswordName(), aMaster, m_aMasterPasswd )… in GetMasterPassword()

Completed in 38 milliseconds