Searched refs:rDef (Results 1 – 10 of 10) sorted by relevance
/trunk/main/autodoc/source/display/html/ |
H A D | pm_aldef.cxx | 175 rDef = static_cast< const ary::cpp::Define& >( Env().Gate().Defs().Find_Def(i_nId) ); in Write_Define() local 183 >> *new html::Label( rDef.LocalName() ) in Write_Define() 186 << rDef.LocalName(); in Write_Define() 188 Write_DefsDocu( aDocu.Def(), rDef ); in Write_Define() 196 rDef = static_cast< const ary::cpp::Macro& >( Env().Gate().Defs().Find_Def(i_nId) ); in Write_Macro() local 204 >> *new html::Label( rDef.LocalName() ) in Write_Macro() 207 << rDef.LocalName() in Write_Macro() 209 WriteOut_TokenList( aDocu.Term(), rDef.Params(), ", " ); in Write_Macro() 213 Write_DefsDocu( aDocu.Def(), rDef ); in Write_Macro()
|
H A D | pagemake.cxx | 527 xml::Element & rDef = aDef.Def(); in Write_DocuArea_Typedef() local 538 rDef << sTypeKey << " "; in Write_DocuArea_Typedef() 541 dshelp::Get_LinkedTypeText( rDef, Env(), nDefiningType ); in Write_DocuArea_Typedef()
|
/trunk/main/basic/source/comp/ |
H A D | dim.cxx | 77 SbxDataType eType = rDef.GetType(); in TypeDecl() 83 rDef.SetDefinedAs(); in TypeDecl() 88 rDef.SetNew(); in TypeDecl() 94 if( rDef.IsNew() ) in TypeDecl() 109 if( rDef.IsNew() ) in TypeDecl() 123 rDef.SetFixedStringLength( nSize ); in TypeDecl() 165 if( rDef.IsNew() && pProc == NULL ) in TypeDecl() 179 if( rDef.GetType() != SbxVARIANT ) in TypeDecl() 181 if( rDef.GetType() != eType ) in TypeDecl() 186 rDef.SetType( eType ); in TypeDecl() [all …]
|
/trunk/main/vcl/win/source/app/ |
H A D | salinst.cxx | 767 rDef = FALSE; in SalComWndProc() 771 rDef = FALSE; in SalComWndProc() 782 rDef = FALSE; in SalComWndProc() 786 rDef = FALSE; in SalComWndProc() 790 rDef = FALSE; in SalComWndProc() 794 rDef = FALSE; in SalComWndProc() 798 rDef = FALSE; in SalComWndProc() 802 rDef = FALSE; in SalComWndProc() 814 rDef = FALSE; in SalComWndProc() 818 rDef = FALSE; in SalComWndProc() [all …]
|
/trunk/main/vcl/win/source/window/ |
H A D | salobj.cxx | 315 LRESULT CALLBACK SalSysObjWndProc( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam, int& rDef ) in SalSysObjWndProc() argument 324 rDef = FALSE; in SalSysObjWndProc() 331 rDef = FALSE; in SalSysObjWndProc() 367 rDef = FALSE; in SalSysObjWndProc() 388 rDef = FALSE; in SalSysObjWndProc() 401 rDef = FALSE; in SalSysObjWndProc() 416 rDef = FALSE; in SalSysObjWndProc() 444 …ULT CALLBACK SalSysObjChildWndProc( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam, int& rDef ) in SalSysObjChildWndProc() argument 459 rDef = FALSE; in SalSysObjChildWndProc() 469 rDef = FALSE; in SalSysObjChildWndProc() [all …]
|
H A D | salframe.cxx | 4551 rDef = FALSE; in ImplHandlePalette() 5985 rDef = FALSE; in SalFrameWndProc() 5989 rDef = FALSE; in SalFrameWndProc() 5993 rDef = FALSE; in SalFrameWndProc() 6003 rDef = FALSE; in SalFrameWndProc() 6090 rDef = FALSE; in SalFrameWndProc() 6112 rDef = TRUE; in SalFrameWndProc() 6120 rDef = FALSE; in SalFrameWndProc() 6238 rDef = FALSE; in SalFrameWndProc() 6266 rDef = FALSE; in SalFrameWndProc() [all …]
|
/trunk/main/writerfilter/source/dmapper/ |
H A D | PropertyMap.hxx | 84 bool operator== (const PropertyDefinition& rDef) const in operator ==() 85 { return rDef.eId == eId; } in operator ==() 86 bool operator< (const PropertyDefinition& rDef) const in operator <() 87 { return eId < rDef.eId; } in operator <()
|
/trunk/main/autodoc/source/display/idl/ |
H A D | hfi_interface.cxx | 344 rDef = aDocuList.Produce_Definition(); in produce_BaseHierarchy() local 346 aShortDisplay( Env(), &rDef, *pCe); in produce_BaseHierarchy()
|
H A D | hfi_property.cxx | 393 rDef = aDocList.Produce_Definition(); in produce_LinkDoc() local 395 aShortDisplay( io_env, &rDef, *pCe); in produce_LinkDoc()
|
/trunk/main/sc/source/core/data/ |
H A D | attarray.cxx | 2164 const SfxPoolItem& rDef = pDocument->GetPool()->GetDefaultItem( ATTR_MERGE ); in InsertRow() local 2166 pDocument->ApplyAttr( nCol, nStartRow+nAdd, nTab, rDef ); in InsertRow()
|
Completed in 292 milliseconds