Searched refs:rpValue (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/unotools/source/config/ |
H A D | securityoptions.cxx | 227 bool GetOption( SvtSecurityOptions::EOption eOption, sal_Bool*& rpValue, sal_Bool*& rpRO ); 558 bool SvtSecurityOptions_Impl::GetOption( SvtSecurityOptions::EOption eOption, sal_Bool*& rpValue, s… in GetOption() argument 563 rpValue = &m_bSaveOrSend; in GetOption() 567 rpValue = &m_bSigning; in GetOption() 571 rpValue = &m_bPrint; in GetOption() 575 rpValue = &m_bCreatePDF; in GetOption() 579 rpValue = &m_bRemoveInfo; in GetOption() 583 rpValue = &m_bRecommendPwd; in GetOption() 587 rpValue = &m_bCtrlClickHyperlink; in GetOption() 591 rpValue = NULL; in GetOption() [all …]
|
/aoo42x/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.hxx | 151 sal_Bool Get( long& rStart, void*& rpValue ); 152 sal_Bool GetData( long nIdx, long& rPos, void*& rpValue ); 231 sal_Bool Get( long& rStart, long& rEnd, void*& rpValue ); 277 sal_Bool Get( long& rStart, long& rEnd, void*& rpValue ); 546 sal_Bool Get( long& rStart, void*& rpValue );
|
H A D | ww8scan.cxx | 2126 bool WW8PLCFspecial::Get(long& rPos, void*& rpValue) const in Get() 2128 return GetData( nIdx, rPos, rpValue ); in Get() 2131 bool WW8PLCFspecial::GetData(long nInIdx, long& rPos, void*& rpValue) const in GetData() 2139 rpValue = pPLCF_Contents ? (void*)&pPLCF_Contents[nInIdx * nStru] : 0; in GetData() 2272 bool WW8PLCF::Get(long& rStart, long& rEnd, void*& rpValue) const in Get() 2281 rpValue = (void*)&pPLCF_Contents[nIdx * nStru]; in Get() 2359 bool WW8PLCFpcd_Iter::Get(long& rStart, long& rEnd, void*& rpValue) const in Get() 2368 rpValue = (void*)&rPLCF.pPLCF_Contents[nIdx * rPLCF.nStru]; in Get()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8scan.hxx | 230 bool Get(WW8_CP& rStart, void*& rpValue) const; 231 bool GetData(long nIdx, WW8_CP& rPos, void*& rpValue) const; 313 bool Get(WW8_CP& rStart, WW8_CP& rEnd, void*& rpValue) const; 354 bool Get(WW8_CP& rStart, WW8_CP& rEnd, void*& rpValue) const; 687 bool Get(long& rStart, void*& rpValue) const;
|
H A D | ww8scan.cxx | 2310 bool WW8PLCFspecial::Get(WW8_CP& rPos, void*& rpValue) const in Get() 2312 return GetData( nIdx, rPos, rpValue ); in Get() 2315 bool WW8PLCFspecial::GetData(long nInIdx, WW8_CP& rPos, void*& rpValue) const in GetData() 2323 rpValue = pPLCF_Contents ? (void*)&pPLCF_Contents[nInIdx * nStru] : 0; in GetData() 2526 bool WW8PLCF::Get(WW8_CP& rStart, WW8_CP& rEnd, void*& rpValue) const in Get() 2535 rpValue = (void*)&pPLCF_Contents[nIdx * nStru]; in Get() 2618 bool WW8PLCFpcd_Iter::Get(WW8_CP& rStart, WW8_CP& rEnd, void*& rpValue) const in Get() 2627 rpValue = (void*)&rPLCF.pPLCF_Contents[nIdx * rPLCF.nStru]; in Get()
|
Completed in 146 milliseconds