Home
last modified time | relevance | path

Searched refs:rpValue (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/unotools/source/config/
H A Dsecurityoptions.cxx227 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 …]
/aoo4110/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx151 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 Dww8scan.cxx2126 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()
/aoo4110/main/sw/source/filter/ww8/
H A Dww8scan.hxx230 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 Dww8scan.cxx2310 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 99 milliseconds