Searched refs:nIndentation (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/toolkit/test/accessibility/ |
H A D | MessageArea.java | 81 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()
|
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/misc/ |
H A D | MessageArea.java | 83 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()
|
/aoo4110/main/sd/source/ui/framework/configuration/ |
H A D | ConfigurationTracer.cxx | 63 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 D | ConfigurationTracer.hxx | 47 const int nIndentation);
|
/aoo4110/main/slideshow/source/engine/ |
H A D | debug.cxx | 256 for (int nIndentation=0; nIndentation<gTraceData.mnIndentation; ++nIndentation) in DebugTrace() local
|
/aoo4110/main/sfx2/source/sidebar/ |
H A D | Deck.cxx | 370 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 D | Deck.hxx | 80 static void PrintWindowSubTree (Window* pRoot, int nIndentation);
|
Completed in 19 milliseconds