Home
last modified time | relevance | path

Searched refs:nIndentation (Results 1 – 7 of 7) sorted by relevance

/trunk/main/toolkit/test/accessibility/
H A DMessageArea.java81 public static synchronized void print (int nIndentation, String aMessage) in print() argument
83 while (nIndentation-- > 0) in print()
105 public static void println (int nIndentation, String aMessage) in println() argument
107 print (nIndentation, aMessage+"\n"); in println()
/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DMessageArea.java83 public static synchronized void print (int nIndentation, String aMessage) in print() argument
85 while (nIndentation-- > 0) in print()
107 public static void println (int nIndentation, String aMessage) in println() argument
109 print (nIndentation, aMessage+"\n"); in println()
/trunk/main/sd/source/ui/framework/configuration/
H A DConfigurationTracer.cxx63 const int nIndentation) in TraceBoundResources() argument
71 for (int i=0; i<nIndentation; ++i) in TraceBoundResources()
74 TraceBoundResources(rxConfiguration, aResourceList[nIndex], nIndentation+1); in TraceBoundResources()
H A DConfigurationTracer.hxx47 const int nIndentation);
/trunk/main/slideshow/source/engine/
H A Ddebug.cxx256 for (int nIndentation=0; nIndentation<gTraceData.mnIndentation; ++nIndentation) in DebugTrace() local
/trunk/main/sfx2/source/sidebar/
H A DDeck.cxx370 void Deck::PrintWindowSubTree (Window* pRoot, int nIndentation) in PrintWindowSubTree() argument
378 sIndentation+strlen(sIndentation)-nIndentation*4, in PrintWindowSubTree()
387 PrintWindowSubTree(pRoot->GetChild(nIndex), nIndentation+1); in PrintWindowSubTree()
H A DDeck.hxx80 static void PrintWindowSubTree (Window* pRoot, int nIndentation);

Completed in 46 milliseconds