/aoo42x/main/autodoc/source/display/html/ |
H A D | pagemake.cxx | 131 File().SetLocation( Env().CurPath(), Env().Depth() ); in Create_NamespaceFile() 155 File().SetLocation( Env().CurPath(), Env().Depth() ); in Setup_OperationsFile_for() 192 File().SetLocation( Env().CurPath(), Env().Depth() ); in Setup_OperationsFile_for() 215 File().SetLocation( Env().CurPath(), Env().Depth() ); in Setup_DataFile_for() 253 File().SetLocation( Env().CurPath(), Env().Depth() ); in Setup_DataFile_for() 283 File().SetLocation( Env().CurPath(), Env().Depth() ); in do_Process() 309 File().SetLocation( Env().CurPath(), Env().Depth() ); in do_Process() 331 File().SetLocation( Env().CurPath(), Env().Depth() ); in do_Process() 400 uintt nLevelDistance = Env().Depth() - ( i_pNamespace->Depth() + 1 ); in RecursiveWrite_NamespaceLink() 440 File().SetLocation( Env().CurPath(), Env().Depth() ); in SetupFileOnCurEnv()
|
H A D | hdimpl.cxx | 108 return PathPerLevelsUp( i_rEnv.Depth(), i_sPathFromRootDir ); in PathPerRoot() 119 uintt nCount = i_rEnv.Depth() - (pNsp->Depth() + 1) ; in PathPerNamespace()
|
H A D | opageenv.cxx | 268 csv_assert(i_rNsp.Depth() > 0); in MoveDir_Down2() 474 OuputPage_Environment::Depth() const in Depth() function in OuputPage_Environment
|
H A D | opageenv.hxx | 113 uintt Depth() const;
|
H A D | cre_link.cxx | 254 strcat( pOut, PathUp(pEnv->Depth() - 1) ); // SAFE STRCAT (#100211# - checked) in Create_PrePath()
|
/aoo42x/main/autodoc/source/display/toolkit/ |
H A D | out_position.cxx | 130 return sl() << get_UpLink(Depth()) << c_str; in LinkToRoot() 141 intt diff = Depth() - i_destination.Depth(); in Get_LinkTo() 175 o_result << get_UpLink(Depth()); in Get_LinkToRoot()
|
H A D | hf_linachain.cxx | 53 if (i_curPosition.Depth() == 0) in Produce_CompleteChain_forModule() 72 if ( i_levelNode.Depth() > 0 ) in produce_Level() 88 if ( i_levelNode.Depth() > 0 ) in produce_Level()
|
H A D | out_node.cxx | 80 nDepth(i_parent.Depth()+1), in Node()
|
/aoo42x/main/autodoc/source/ary/idl/ |
H A D | it_xnameroom.hxx | 72 intt Depth() const { return aImpl.Depth(); } in Depth() function in ary::idl::ExplicitNameRoom 77 bool IsAbsolute() const { return Depth() > 0 in IsAbsolute()
|
/aoo42x/main/autodoc/source/display/inc/toolkit/ |
H A D | out_position.hxx | 63 bool IsValid() const { return pDirectory->Depth() >= 0; } in IsValid() 66 intt Depth() const { return pDirectory->Depth(); } in Depth() function in output::Position
|
H A D | out_node.hxx | 73 intt Depth() const { return nDepth; } in Depth() function in output::Node
|
/aoo42x/main/autodoc/source/ary/inc/ |
H A D | nametreenode.hxx | 66 …const String & Name() const { return Depth() > 0 ? aCompleteNameChain.back() : Str… in Name() 68 intt Depth() const { return aCompleteNameChain.size(); } in Depth() function in ary::NameTreeNode 113 aCompleteNameChain.reserve(i_rParent.Depth()+1); in NameTreeNode()
|
/aoo42x/main/autodoc/inc/ary/ |
H A D | symtreenode.hxx | 93 int Depth() const; 236 Node<NODE_TRAITS>::Depth() const in Depth() function in ary::symtree::Node 330 nDepth = pp->Depth() + 1; in InitDepth()
|
/aoo42x/main/ucb/source/ucp/webdav/ |
H A D | CurlSession.hxx | 138 const Depth inDepth, 147 const Depth inDepth, 286 const Depth inDepth,
|
H A D | DAVSession.hxx | 81 const Depth inDepth, 89 const Depth inDepth,
|
H A D | DAVResourceAccess.hxx | 85 PROPFIND( const Depth nDepth, 94 PROPFIND( const Depth nDepth,
|
H A D | CurlSession.cxx | 909 const Depth inDepth, in propfind() 938 const Depth inDepth, in PROPFIND() 962 const Depth inDepth, in PROPFIND() 1539 switch ( inLock.Depth ) in LOCK() 1647 switch ( inLock.Depth ) in LOCK()
|
H A D | DAVTypes.hxx | 63 enum Depth { DAVZERO = 0, DAVONE = 1, DAVINFINITY = -1 }; enum
|
H A D | DAVResourceAccess.cxx | 177 const Depth nDepth, in PROPFIND() 221 const Depth nDepth, in PROPFIND()
|
/aoo42x/main/autodoc/source/ary/cpp/ |
H A D | c_namesp.cxx | 73 nDepth(i_rParent.Depth()+1) in Namespace() 132 Namespace::Depth() const in Depth() function in ary::cpp::Namespace
|
/aoo42x/main/svx/source/tbxctrls/ |
H A D | extrusioncontrols.src | 187 Text [ en-US ] = "Extrusion Depth" ; 597 Text [ en-US ] = "Extrusion Depth" ;
|
/aoo42x/main/autodoc/inc/ary/cpp/ |
H A D | c_namesp.hxx | 106 virtual uintt Depth() const;
|
/aoo42x/main/svx/source/toolbars/ |
H A D | extrusionbar.src | 54 Text [ en-US ] = "Change Extrusion Depth" ;
|
/aoo42x/main/offapi/com/sun/star/ucb/ |
H A D | Lock.idl | 45 LockDepth Depth;
|
/aoo42x/main/autodoc/source/display/idl/ |
H A D | hfi_module.cxx | 113 if ( Env().CurPosition().Depth() > 0 ) in Produce_byData()
|