Searched refs:rpValue (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/unotools/source/config/ |
| H A D | securityoptions.cxx | 227 …bool GetOption( SvtSecurityOptions::EOption eOption, sal_Bool*& rpValue, sal_Bo… 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 …]
|
| /trunk/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 | 2125 bool WW8PLCFspecial::Get(long& rPos, void*& rpValue) const in Get() 2127 return GetData( nIdx, rPos, rpValue ); in Get() 2130 bool WW8PLCFspecial::GetData(long nInIdx, long& rPos, void*& rpValue) const in GetData() 2138 rpValue = pPLCF_Contents ? (void*)&pPLCF_Contents[nInIdx * nStru] : 0; in GetData() 2271 bool WW8PLCF::Get(long& rStart, long& rEnd, void*& rpValue) const in Get() 2280 rpValue = (void*)&pPLCF_Contents[nIdx * nStru]; in Get() 2358 bool WW8PLCFpcd_Iter::Get(long& rStart, long& rEnd, void*& rpValue) const in Get() 2367 rpValue = (void*)&rPLCF.pPLCF_Contents[nIdx * rPLCF.nStru]; in Get()
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8scan.hxx | 229 bool Get(WW8_CP& rStart, void*& rpValue) const; 230 bool GetData(long nIdx, WW8_CP& rPos, void*& rpValue) const; 312 bool Get(WW8_CP& rStart, WW8_CP& rEnd, void*& rpValue) const; 353 bool Get(WW8_CP& rStart, WW8_CP& rEnd, void*& rpValue) const; 686 bool Get(long& rStart, void*& rpValue) const;
|
| H A D | ww8scan.cxx | 2309 bool WW8PLCFspecial::Get(WW8_CP& rPos, void*& rpValue) const in Get() 2311 return GetData( nIdx, rPos, rpValue ); in Get() 2314 bool WW8PLCFspecial::GetData(long nInIdx, WW8_CP& rPos, void*& rpValue) const in GetData() 2322 rpValue = pPLCF_Contents ? (void*)&pPLCF_Contents[nInIdx * nStru] : 0; in GetData() 2525 bool WW8PLCF::Get(WW8_CP& rStart, WW8_CP& rEnd, void*& rpValue) const in Get() 2534 rpValue = (void*)&pPLCF_Contents[nIdx * nStru]; in Get() 2617 bool WW8PLCFpcd_Iter::Get(WW8_CP& rStart, WW8_CP& rEnd, void*& rpValue) const in Get() 2626 rpValue = (void*)&rPLCF.pPLCF_Contents[nIdx * rPLCF.nStru]; in Get()
|