Searched refs:aMaster (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/sw/source/core/layout/ |
| H A D | pagedesc.cxx | 65 aMaster( pDc->GetAttrPool(), rName, pFmt ), in SwPageDesc() 81 aMaster( rCpy.GetMaster() ), in SwPageDesc() 97 aMaster = rSrc.aMaster; in operator =() 134 const SvxLRSpaceItem &rLR = aMaster.GetLRSpace(); in Mirror() 138 SfxItemSet aSet( *aMaster.GetAttrSet().GetPool(), in Mirror() 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() [all …]
|
| /AOO41X/main/sw/inc/ |
| H A D | pagedesc.hxx | 139 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 …]
|
| /AOO41X/main/uui/source/ |
| H A D | iahndl-authentication.cxx | 418 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()
|
| /AOO41X/main/svl/source/passwordcontainer/ |
| H A D | passwordcontainer.cxx | 679 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()
|