Home
last modified time | relevance | path

Searched refs:rDef (Results 1 – 10 of 10) sorted by last modified time

/aoo41x/main/writerfilter/source/dmapper/
H A DPropertyMap.hxx84 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 <()
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx4548 rDef = FALSE; in ImplHandlePalette()
5982 rDef = FALSE; in SalFrameWndProc()
5986 rDef = FALSE; in SalFrameWndProc()
5990 rDef = FALSE; in SalFrameWndProc()
6000 rDef = FALSE; in SalFrameWndProc()
6004 rDef = FALSE; in SalFrameWndProc()
6087 rDef = FALSE; in SalFrameWndProc()
6109 rDef = TRUE; in SalFrameWndProc()
6117 rDef = FALSE; in SalFrameWndProc()
6263 rDef = FALSE; in SalFrameWndProc()
[all …]
H A Dsalobj.cxx315 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 …]
/aoo41x/main/vcl/win/source/app/
H A Dsalinst.cxx767 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 …]
/aoo41x/main/sc/source/core/data/
H A Dattarray.cxx2164 const SfxPoolItem& rDef = pDocument->GetPool()->GetDefaultItem( ATTR_MERGE ); in InsertRow() local
2166 pDocument->ApplyAttr( nCol, nStartRow+nAdd, nTab, rDef ); in InsertRow()
/aoo41x/main/basic/source/comp/
H A Ddim.cxx77 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 …]
/aoo41x/main/autodoc/source/display/idl/
H A Dhfi_property.cxx393 rDef = aDocList.Produce_Definition(); in produce_LinkDoc() local
395 aShortDisplay( io_env, &rDef, *pCe); in produce_LinkDoc()
H A Dhfi_interface.cxx344 rDef = aDocuList.Produce_Definition(); in produce_BaseHierarchy() local
346 aShortDisplay( Env(), &rDef, *pCe); in produce_BaseHierarchy()
/aoo41x/main/autodoc/source/display/html/
H A Dpagemake.cxx527 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()
H A Dpm_aldef.cxx175 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()

Completed in 92 milliseconds